GCC of PalmOS fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2004-12-16 19:36:11 +00:00
parent ffb1629fba
commit d0430ee2ba
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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".