created wxAdvanced library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// Double buffering helper.
|
||||
// --------------------------------------------------------------
|
||||
|
||||
class WXDLLEXPORT wxBufferedDC : public wxMemoryDC
|
||||
class WXDLLIMPEXP_ADV wxBufferedDC : public wxMemoryDC
|
||||
{
|
||||
private:
|
||||
|
||||
@@ -85,7 +85,7 @@ public:
|
||||
// Creates a double buffered wxPaintDC, optionally allowing the
|
||||
// user to specify their own buffer to use.
|
||||
|
||||
class WXDLLEXPORT wxBufferedPaintDC : public wxBufferedDC
|
||||
class WXDLLIMPEXP_ADV wxBufferedPaintDC : public wxBufferedDC
|
||||
{
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user