From: Karsten Ballüder Date: Mon, 22 Jun 1998 14:40:59 +0000 (+0000) Subject: fixed #pragma X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5ebd1fb22738515ca3a49f3d9c583b2842d49694 fixed #pragma git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gtk/combobox.h b/include/wx/gtk/combobox.h index cd4d25d3a4..464771efcf 100644 --- a/include/wx/gtk/combobox.h +++ b/include/wx/gtk/combobox.h @@ -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" diff --git a/include/wx/gtk1/combobox.h b/include/wx/gtk1/combobox.h index cd4d25d3a4..464771efcf 100644 --- a/include/wx/gtk1/combobox.h +++ b/include/wx/gtk1/combobox.h @@ -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"