]> git.saurik.com Git - wxWidgets.git/commitdiff
GCC of PalmOS fix.
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 16 Dec 2004 19:36:11 +0000 (19:36 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 16 Dec 2004 19:36:11 +0000 (19:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/geometry.h
src/common/geometry.cpp

index 1d42615fa054b7cd125004b00d9b49dab797fb2c..1dedc55fc5c0df2bd5c1a7c92bcfe694dec8fb67 100644 (file)
@@ -13,7 +13,7 @@
 #define _WX_GEOMETRY_H_
 
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #define _WX_GEOMETRY_H_
 
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "geometry.cpp"
+    #pragma interface "geometry.h"
 #endif
 
 #include "wx/defs.h"
 #endif
 
 #include "wx/defs.h"
index d74af422a9272237cf26a05bde1096685063506a..1eb3d7b26f1e27ae795edc854fcd8eed5bdd8137 100644 (file)
@@ -10,7 +10,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 /////////////////////////////////////////////////////////////////////////////
 
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "geometry.cpp"
+    #pragma implementation "geometry.h"
 #endif
 
 // For compilers that support precompilation, includes "wx.h".
 #endif
 
 // For compilers that support precompilation, includes "wx.h".