From f703b16a4271c87d90b7fa5e5d2bc92c45b76368 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 18 Jun 2007 18:52:15 +0000 Subject: [PATCH] some cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_richtextxml.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/src/_richtextxml.i b/wxPython/src/_richtextxml.i index 2afb539ddb..09ac9928c1 100644 --- a/wxPython/src/_richtextxml.i +++ b/wxPython/src/_richtextxml.i @@ -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);