corrected pragma interface

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2002-05-11 17:13:20 +00:00
parent 2104ba3194
commit 34eac3a87d
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
#define __GTKLISTBOXH__
#ifdef __GNUG__
#pragma interface
#pragma interface "listbox.h"
#endif
#include "wx/list.h"

View File

@@ -12,7 +12,7 @@
#define __GTKLISTBOXH__
#ifdef __GNUG__
#pragma interface
#pragma interface "listbox.h"
#endif
#include "wx/list.h"