Skip to content
Snippets Groups Projects
Commit f8eae78f authored by Joerg Bornemann's avatar Joerg Bornemann
Browse files

C++: fix typo


Change-Id: I57394be40b85eb907d9c7d0ebb713685f9651a4d
Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
parent eeae5090
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ namespace CPlusPlus { ...@@ -40,7 +40,7 @@ namespace CPlusPlus {
class CPLUSPLUS_EXPORT ASTParent: protected ASTVisitor class CPLUSPLUS_EXPORT ASTParent: protected ASTVisitor
{ {
public: public:
ASTParent(TranslationUnit *transaltionUnit, AST *rootNode); ASTParent(TranslationUnit *translationUnit, AST *rootNode);
virtual ~ASTParent(); virtual ~ASTParent();
AST *operator()(AST *ast) const; AST *operator()(AST *ast) const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment