]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dcmemory.h
added extend() method which realloc()s the buffer
[wxWidgets.git] / include / wx / motif / dcmemory.h
index c6fa2faf9d26bd26eb70664eb989dbe1cbd2ae49..ee0cf492ae1dc673eb6b9206f4215cc683c23272 100644 (file)
 #ifndef _WX_DCMEMORY_H_
 #define _WX_DCMEMORY_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "dcmemory.h"
-#endif
-
 #include "wx/dcclient.h"
 
-class wxMemoryDC : public wxWindowDC
+class WXDLLIMPEXP_CORE wxMemoryDC : public wxWindowDC
 {
     DECLARE_DYNAMIC_CLASS(wxMemoryDC)