]> git.saurik.com Git - wxWidgets.git/commitdiff
you meant pragma interface, not pragma implementation
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 6 Oct 2001 13:39:51 +0000 (13:39 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 6 Oct 2001 13:39:51 +0000 (13:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/univ/combobox.h
include/wx/univ/gauge.h
include/wx/univ/listbox.h

index e37418390a58adaab0c745d7a2e5208c2f5f183b..581ffdc0851b9794ca3deb577739cdf1793d6873 100644 (file)
@@ -37,7 +37,7 @@
 #define _WX_UNIV_COMBOBOX_H_
 
 #ifdef __GNUG__
-    #pragma implementation "univcombobox.h"
+    #pragma interface "univcombobox.h"
 #endif
 
 class WXDLLEXPORT wxComboControl;
index 73af591d5ff50b95df22f77cadbd955704f29cdd..c113328e076693b6b9867ef97675e259204562e5 100644 (file)
@@ -10,7 +10,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-    #pragma implementation "gaugeuniv.h"
+    #pragma interface "gaugeuniv.h"
 #endif
 
 // ----------------------------------------------------------------------------
index ddeb5111a4649528160c90ed9da352c1d28d8667..45f4b1bba704baa95685cb3eb7c1cec712c068ca 100644 (file)
@@ -13,7 +13,7 @@
 #define _WX_UNIV_LISTBOX_H_
 
 #ifdef __GNUG__
-    #pragma implementation "univlistbox.h"
+    #pragma interface "univlistbox.h"
 #endif
 
 #include "wx/scrolwin.h"    // for wxScrollHelper