X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0433fd85f1fc9724054bc7782343a64f57ae191a..6dc2e8233023023f7e3ced53be717bc61e9888ca:/include/wx/matrix.h?ds=sidebyside diff --git a/include/wx/matrix.h b/include/wx/matrix.h index fbdfae5308..465846e8d9 100644 --- a/include/wx/matrix.h +++ b/include/wx/matrix.h @@ -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 ;