aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/ASTParent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/cplusplus/ASTParent.h')
-rw-r--r--src/libs/cplusplus/ASTParent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/cplusplus/ASTParent.h b/src/libs/cplusplus/ASTParent.h
index efd7d322d93..02f4a4fea57 100644
--- a/src/libs/cplusplus/ASTParent.h
+++ b/src/libs/cplusplus/ASTParent.h
@@ -40,7 +40,7 @@ namespace CPlusPlus {
class CPLUSPLUS_EXPORT ASTParent: protected ASTVisitor
{
public:
- ASTParent(TranslationUnit *transaltionUnit, AST *rootNode);
+ ASTParent(TranslationUnit *translationUnit, AST *rootNode);
virtual ~ASTParent();
AST *operator()(AST *ast) const;