fixed #pragma

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder 1998-06-22 14:40:59 +00:00
parent 1f0299c17d
commit 5ebd1fb227
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
// Purpose:
// Author: Robert Roebling
// Created: 01/02/97
// Id:
// Id: $Id$
// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
@ -13,7 +13,7 @@
#define __GTKCOMBOBOXH__
#ifdef __GNUG__
#pragma interface
#pragma interface "combobox.h"
#endif
#include "wx/defs.h"

View File

@ -3,7 +3,7 @@
// Purpose:
// Author: Robert Roebling
// Created: 01/02/97
// Id:
// Id: $Id$
// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
@ -13,7 +13,7 @@
#define __GTKCOMBOBOXH__
#ifdef __GNUG__
#pragma interface
#pragma interface "combobox.h"
#endif
#include "wx/defs.h"