X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..ab67e8874db324fab5223cc8d5dff8a8de3e2b77:/include/wx/cmdproc.h

diff --git a/include/wx/cmdproc.h b/include/wx/cmdproc.h
index 6072e7fda0..4fa3e34c19 100644
--- a/include/wx/cmdproc.h
+++ b/include/wx/cmdproc.h
@@ -97,10 +97,7 @@ public:
     virtual void ClearCommands();
 
     // Has the current project been changed?
-    virtual bool IsDirty() const
-    {
-        return m_currentCommand && (m_lastSavedCommand != m_currentCommand);
-    }
+    virtual bool IsDirty() const;
 
     // Mark the current command as the one where the last save took place
     void MarkAsSaved()