projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed wxString::Last() to run in O(1), not O(n), in UTF-8 build
[wxWidgets.git]
/
include
/
wx
/
paper.h
diff --git
a/include/wx/paper.h
b/include/wx/paper.h
index 6e5a8983c8bf1440411d6b884eb1484fbc9016ce..1f26fbd102632a0bbbefc251b42e439c4c79a714 100644
(file)
--- a/
include/wx/paper.h
+++ b/
include/wx/paper.h
@@
-12,10
+12,6
@@
#ifndef _WX_PAPERH__
#define _WX_PAPERH__
#ifndef _WX_PAPERH__
#define _WX_PAPERH__
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "paper.h"
-#endif
-
#include "wx/defs.h"
#include "wx/event.h"
#include "wx/cmndata.h"
#include "wx/defs.h"
#include "wx/event.h"
#include "wx/cmndata.h"
@@
-119,7
+115,7
@@
private:
// DECLARE_DYNAMIC_CLASS(wxPrintPaperDatabase)
};
// DECLARE_DYNAMIC_CLASS(wxPrintPaperDatabase)
};
-
WXDLLEXPORT_DATA(extern
wxPrintPaperDatabase*) wxThePrintPaperDatabase;
+
extern WXDLLEXPORT_DATA(
wxPrintPaperDatabase*) wxThePrintPaperDatabase;
#endif
#endif