]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/matrix.h
removed unused SYMBOL_WXRICHTEXT.*_TITLE values that were only polluting translation...
[wxWidgets.git] / include / wx / matrix.h
index fbdfae53088e5ba18dd3c773d39ee6d674949328..465846e8d9ffae9d1a7effe17abb11c8c7538b96 100644 (file)
@@ -94,7 +94,7 @@ public:
     // Is the matrix the identity matrix?
     // Only returns a flag, which is set whenever an operation
     // is done.
-    inline bool IsIdentity(void) const { return m_isIdentity; };
+    inline bool IsIdentity(void) const { return m_isIdentity; }
 
     // This does an actual check.
     inline bool IsIdentity1(void) const ;