]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpdata.h
added wxART_MISSING_IMAGE
[wxWidgets.git] / include / wx / html / helpdata.h
index cf318613f2e237c8188224ec074b4bb7c1170e43..0c110f0a2020aeed47e74a268d5ceb6624f5b9dd 100644 (file)
@@ -115,6 +115,8 @@ private:
     wxChar *m_Keyword;
     bool m_CaseSensitive;
     bool m_WholeWords;
+
+    DECLARE_NO_COPY_CLASS(wxHtmlSearchEngine)
 };
 
 
@@ -147,6 +149,8 @@ private:
     int m_CurIndex;  // where we are now
     int m_MaxIndex;  // number of files we search
     // For progress bar: 100*curindex/maxindex = % complete
+
+    DECLARE_NO_COPY_CLASS(wxHtmlSearchStatus)
 };
 
 class WXDLLEXPORT wxHtmlHelpData : public wxObject
@@ -205,6 +209,8 @@ protected:
     bool LoadCachedBook(wxHtmlBookRecord *book, wxInputStream *f);
     // Writes binary book
     bool SaveCachedBook(wxHtmlBookRecord *book, wxOutputStream *f);
+
+    DECLARE_NO_COPY_CLASS(wxHtmlHelpData)
 };
 
 #endif