]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dcmemory.h
wxPyDataObjectSimple::SetData should not be const
[wxWidgets.git] / include / wx / motif / dcmemory.h
index 580fceb4badf0eb2f8bd76b9c7e42aee080721ba..ee0cf492ae1dc673eb6b9206f4215cc683c23272 100644 (file)
@@ -6,19 +6,15 @@
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #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)