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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user