projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
make wxWindowGTK::Init() private, it is not meant to be called from derived classes
[wxWidgets.git]
/
include
/
wx
/
display_impl.h
diff --git
a/include/wx/display_impl.h
b/include/wx/display_impl.h
index 4fedb1ffcbdf168162539838d3c712b15a52f651..95a9da8a7e779a92a07f54dc8256c36cde1dcd74 100644
(file)
--- a/
include/wx/display_impl.h
+++ b/
include/wx/display_impl.h
@@
-17,7
+17,7
@@
// wxDisplayFactory: allows to create wxDisplay objects
// ----------------------------------------------------------------------------
// wxDisplayFactory: allows to create wxDisplay objects
// ----------------------------------------------------------------------------
-class WXDLL
EXPORT
wxDisplayFactory
+class WXDLL
IMPEXP_CORE
wxDisplayFactory
{
public:
wxDisplayFactory() { }
{
public:
wxDisplayFactory() { }
@@
-44,7
+44,7
@@
public:
// wxDisplayImpl: base class for all wxDisplay implementations
// ----------------------------------------------------------------------------
// wxDisplayImpl: base class for all wxDisplay implementations
// ----------------------------------------------------------------------------
-class WXDLL
EXPORT
wxDisplayImpl
+class WXDLL
IMPEXP_CORE
wxDisplayImpl
{
public:
// virtual dtor for this base class
{
public:
// virtual dtor for this base class
@@
-89,7
+89,7
@@
protected:
friend class wxDisplayFactory;
friend class wxDisplayFactory;
- DECLARE_NO_COPY_CLASS(wxDisplayImpl)
+ wxDECLARE_NO_COPY_CLASS(wxDisplayImpl);
};
// ----------------------------------------------------------------------------
};
// ----------------------------------------------------------------------------
@@
-98,7
+98,7
@@
protected:
// this is a stub implementation using single/main display only, it is
// available even if wxUSE_DISPLAY == 0
// this is a stub implementation using single/main display only, it is
// available even if wxUSE_DISPLAY == 0
-class WXDLL
EXPORT
wxDisplayFactorySingle : public wxDisplayFactory
+class WXDLL
IMPEXP_CORE
wxDisplayFactorySingle : public wxDisplayFactory
{
public:
virtual wxDisplayImpl *CreateDisplay(unsigned n);
{
public:
virtual wxDisplayImpl *CreateDisplay(unsigned n);