]> git.saurik.com Git - wxWidgets.git/commitdiff
Added #pragma implementation for gcc.
authorStefan Neis <Stefan.Neis@t-online.de>
Fri, 17 Mar 2000 12:47:10 +0000 (12:47 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Fri, 17 Mar 2000 12:47:10 +0000 (12:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/spinbutt.cpp
src/os2/spinctrl.cpp

index 21afeeab635ca8074fc6763c30c0144448aa2960..de2ccd00a9011eca6538b2eab8394fa0bb36f77e 100644 (file)
@@ -9,6 +9,11 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+    #pragma implementation "spinbutt.h"
+    #pragma implementation "spinbutbase.h"
+#endif
+
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
index 2eeb84483ebd772783727de521874c9f9c0b2017..edfa2468f36426c9b63d8811b558ca613c220dd0 100644 (file)
 // ============================================================================
 
 
+#ifdef __GNUG__
+    #pragma implementation "spinctrlbase.h"
+    #pragma implementation "spinctrl.h"
+#endif
+
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------