]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/include/cjparser.h
1. Parser improvements
[wxWidgets.git] / utils / HelpGen / include / cjparser.h
index 47c955e8321f248d8674abbdaad5ae8856321ae1..94107b901865129cef4958991f564fee5a93e294 100644 (file)
@@ -42,7 +42,7 @@ protected:
        char*  cur;
 
        // about the current class
-       bool   mIsVirtaul;
+       bool   mIsVirtual;
        bool   mIsTemplate;
        size_t mNestingLevel;