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:
@@ -37,7 +37,7 @@
|
||||
#define _WX_UNIV_COMBOBOX_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation "univcombobox.h"
|
||||
#pragma interface "univcombobox.h"
|
||||
#endif
|
||||
|
||||
class WXDLLEXPORT wxComboControl;
|
||||
|
@@ -10,7 +10,7 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation "gaugeuniv.h"
|
||||
#pragma interface "gaugeuniv.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user