some cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-06-18 18:52:15 +00:00
parent c91397af88
commit f703b16a42

View File

@@ -50,10 +50,10 @@ public:
// #endif
/// Can we save using this handler?
virtual bool CanSave() const { return true; }
virtual bool CanSave() const;
/// Can we load using this handler?
virtual bool CanLoad() const { return true; }
virtual bool CanLoad() const;
// bool HasParam(wxXmlNode* node, const wxString& param);