]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxexpr.h
added wxART_MISSING_IMAGE
[wxWidgets.git] / include / wx / wxexpr.h
index 031bced15bcee45920da44fb042f4b648ed26269..7df1bf9b5447aac55840fe68ce2fc475467bbb9f 100644 (file)
@@ -190,6 +190,8 @@ class WXDLLEXPORT wxExpr
   // so we can index into the wxExpr database and fish out the pointer.
   inline void SetClientData(wxObject *data) { client_data = data; }
   inline wxObject *GetClientData(void) const { return client_data; }
   // so we can index into the wxExpr database and fish out the pointer.
   inline void SetClientData(wxObject *data) { client_data = data; }
   inline wxObject *GetClientData(void) const { return client_data; }
+
+    DECLARE_NO_COPY_CLASS(wxExpr)
 };
 
 class WXDLLEXPORT wxExprDatabase: public wxList
 };
 
 class WXDLLEXPORT wxExprDatabase: public wxList
@@ -249,6 +251,7 @@ public:
 
 private:
     DECLARE_DYNAMIC_CLASS(wxExprDatabase)
 
 private:
     DECLARE_DYNAMIC_CLASS(wxExprDatabase)
+    DECLARE_NO_COPY_CLASS(wxExprDatabase)
 };
 
 // Function call-style interface - some more convenience wrappers/unwrappers
 };
 
 // Function call-style interface - some more convenience wrappers/unwrappers