From d0430ee2bab2a2c12485f64f003b2d4573a946e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= <abx@abx.art.pl> Date: Thu, 16 Dec 2004 19:36:11 +0000 Subject: [PATCH] GCC of PalmOS fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/geometry.h | 2 +- src/common/geometry.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/geometry.h b/include/wx/geometry.h index 1d42615fa0..1dedc55fc5 100644 --- a/include/wx/geometry.h +++ b/include/wx/geometry.h @@ -13,7 +13,7 @@ #define _WX_GEOMETRY_H_ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "geometry.cpp" + #pragma interface "geometry.h" #endif #include "wx/defs.h" diff --git a/src/common/geometry.cpp b/src/common/geometry.cpp index d74af422a9..1eb3d7b26f 100644 --- a/src/common/geometry.cpp +++ b/src/common/geometry.cpp @@ -10,7 +10,7 @@ ///////////////////////////////////////////////////////////////////////////// #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "geometry.cpp" + #pragma implementation "geometry.h" #endif // For compilers that support precompilation, includes "wx.h". -- 2.47.2