]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dir.h
add 'redirection page' for wxULongLong
[wxWidgets.git] / interface / wx / dir.h
index 5a94810604fe982b9323ad2b785273eca7d320ae..cae45e337be05c316fd7394a29f97479b4f96f8e 100644 (file)
@@ -68,7 +68,7 @@ public:
         This is a pure virtual function and must be implemented in the derived
         class.
     */
-    virtual wxDirTraverseResult OnDir(const wxString& dirname);
+    virtual wxDirTraverseResult OnDir(const wxString& dirname) = 0;
 
     /**
         This function is called for each file. It may return ::wxDIR_STOP to
@@ -78,7 +78,7 @@ public:
         This is a pure virtual function and must be implemented in the derived
         class.
     */
-    virtual wxDirTraverseResult OnFile(const wxString& filename);
+    virtual wxDirTraverseResult OnFile(const wxString& filename) = 0;
 
     /**
         This function is called for each directory which we failed to open for