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:
@@ -1,5 +1,5 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
// Name: No names yet.
|
// Name: tabpgwin.cpp
|
||||||
// Purpose: Contrib. demo
|
// Purpose: Contrib. demo
|
||||||
// Author: Aleksandras Gluchovas
|
// Author: Aleksandras Gluchovas
|
||||||
// Modified by: 19990908 : mj
|
// Modified by: 19990908 : mj
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#ifdef __GNUG__
|
#ifdef __GNUG__
|
||||||
#pragma implementation
|
#pragma implementation
|
||||||
// #pragma interface
|
//#pragma interface
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// For compilers that support precompilation, includes "wx.h".
|
// For compilers that support precompilation, includes "wx.h".
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
// Name: No names yet.
|
// Name: tabpgwin.h
|
||||||
// Purpose: Contrib. demo
|
// Purpose: Contrib. demo
|
||||||
// Author: Aleksandras Gluchovas
|
// Author: Aleksandras Gluchovas
|
||||||
// Modified by: 19990908 : mj
|
// Modified by: 19990908 : mj
|
||||||
@@ -17,12 +17,12 @@
|
|||||||
// Licence: wxWindows license
|
// Licence: wxWindows license
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef __CONTROLAREA_G__
|
#ifndef __TABPGWIN_G__
|
||||||
#define __CONTROLAREA_G__
|
#define __TABPGWIN_G__
|
||||||
|
|
||||||
#ifdef __GNUG__
|
//#ifdef __GNUG__
|
||||||
#pragma interface "controlarea.h"
|
//#pragma interface
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
#include "wx/defs.h"
|
#include "wx/defs.h"
|
||||||
#include "wx/window.h"
|
#include "wx/window.h"
|
||||||
|
Reference in New Issue
Block a user