you meant pragma interface, not pragma implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-10-06 13:39:51 +00:00
parent ff18659103
commit 11d13ed03b
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@
#define _WX_UNIV_COMBOBOX_H_
#ifdef __GNUG__
#pragma implementation "univcombobox.h"
#pragma interface "univcombobox.h"
#endif
class WXDLLEXPORT wxComboControl;

View File

@@ -10,7 +10,7 @@
///////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#pragma implementation "gaugeuniv.h"
#pragma interface "gaugeuniv.h"
#endif
// ----------------------------------------------------------------------------

View 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