fixed #pragma interface hell

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-03-24 15:52:09 +00:00
parent 2e377124b4
commit 8fb34454e4

View File

@@ -9,9 +9,12 @@
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
// important: the #pragma argument must be different from treectrl.cpp,
// otherwise gcc gets confused (as there is also treectrl.cpp in the library
// which has identical #pragma) and the sample crashes on startup!
#ifdef __GNUG__
#pragma implementation
#pragma interface
#pragma interface "treetest.cpp"
#pragma implementation "treetest.cpp"
#endif
// For compilers that support precompilation, includes "wx/wx.h".