projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use std::[w]string for wxString implementation unless wxUSE_STD_STRING==0 but even...
[wxWidgets.git]
/
include
/
wx
/
x11
/
dcprint.h
diff --git
a/include/wx/x11/dcprint.h
b/include/wx/x11/dcprint.h
index 1958024e262f289fb86516916573e725fea634ba..cfb2809b07c2367d3cfa45edcc486aed4dc69577 100644
(file)
--- a/
include/wx/x11/dcprint.h
+++ b/
include/wx/x11/dcprint.h
@@
-14,7
+14,7
@@
#include "wx/dc.h"
-class WXDLL
EXPORT
wxPrinterDC: public wxDC
+class WXDLL
IMPEXP_CORE
wxPrinterDC: public wxDC
{
public:
DECLARE_CLASS(wxPrinterDC)