]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmdproc.h
Support some CSS styles for the links in wxHTML too.
[wxWidgets.git] / include / wx / cmdproc.h
index 6072e7fda0fe222fc6d7bb490fbfbde39c99451e..4fa3e34c192a94fe317160c26307d1ca0b31bdc5 100644 (file)
@@ -97,10 +97,7 @@ public:
     virtual void ClearCommands();
 
     // Has the current project been changed?
     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()
 
     // Mark the current command as the one where the last save took place
     void MarkAsSaved()