]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dcmemory.h
setting according to a minimum system of 10.3 and supporting 64 bit
[wxWidgets.git] / include / wx / gtk / dcmemory.h
index e950326b954e34f11b5e0b5cb95d59c45e290afd..b4e6be4c82a74ddd79747ddfb783582d510ab2e5 100644 (file)
@@ -28,7 +28,7 @@ class WXDLLIMPEXP_CORE wxMemoryDC : public wxWindowDC
 public:
     wxMemoryDC();
     wxMemoryDC( wxDC *dc ); // Create compatible DC
-    ~wxMemoryDC();
+    virtual ~wxMemoryDC();
     virtual void SelectObject( const wxBitmap& bitmap );
 
     // these get reimplemented for mono-bitmaps to behave
@@ -42,6 +42,7 @@ public:
     virtual void SetTextBackground( const wxColour &col );
 
     // implementation
+    virtual wxBitmap GetSelectedBitmap() const { return m_selected; }        
     wxBitmap  m_selected;
 
 protected: