]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing interface pragma
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 14 Apr 2001 20:09:19 +0000 (20:09 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 14 Apr 2001 20:09:19 +0000 (20:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/spinctlg.h

index c7eb2758efc633055e9a6e5b3da4d65638a27541..2ea44a673811065d0e549c39ecc8f83a21c7b792 100644 (file)
 #ifndef _WX_GENERIC_SPINCTRL_H_
 #define _WX_GENERIC_SPINCTRL_H_
 
+#ifdef __GNUG__
+    #pragma interface "spinctlg.h"
+#endif
+
 #include "wx/textctrl.h"
 
 // ----------------------------------------------------------------------------