]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/docview.h
fix a couple of typos
[wxWidgets.git] / include / wx / docview.h
index 0eaf23b8ba1eeab80351e356cadee3d1f6063c5d..6568e7654a34860ed96f68c2a7a4ac7dfe9f1b5f 100644 (file)
@@ -107,6 +107,10 @@ public:
     // modified to false)
     virtual bool OnSaveModified();
 
+    // if you override, remember to call the default 
+    // implementation (wxDocument::OnChangeFilename)
+    virtual void OnChangeFilename(bool notifyViews);
+
     // Called by framework if created automatically by the default document
     // manager: gives document a chance to initialise and (usually) create a
     // view