Fixed #pragma interface mismatches

Updated comments


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2001-05-28 12:10:04 +00:00
parent 412394b831
commit 9e4d1095ea
2 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: No names yet.
// Name: tabpgwin.cpp
// Purpose: Contrib. demo
// Author: Aleksandras Gluchovas
// Modified by: 19990908 : mj

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: No names yet.
// Name: tabpgwin.h
// Purpose: Contrib. demo
// Author: Aleksandras Gluchovas
// Modified by: 19990908 : mj
@@ -17,12 +17,12 @@
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
#ifndef __CONTROLAREA_G__
#define __CONTROLAREA_G__
#ifndef __TABPGWIN_G__
#define __TABPGWIN_G__
#ifdef __GNUG__
#pragma interface "controlarea.h"
#endif
//#ifdef __GNUG__
//#pragma interface
//#endif
#include "wx/defs.h"
#include "wx/window.h"