summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Control.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2009-07-03 09:11:52 +0200
committerRoberto Raggi <roberto.raggi@nokia.com>2009-07-03 09:12:58 +0200
commit3cdd48067c8c865d050a19766948d05c86ec6e40 (patch)
tree339702b3a68d8703f87ab01b79cfb5f4894eb54c /src/shared/cplusplus/Control.h
parent16286b763d74b5793cf1b564252510d4a43ad71f (diff)
downloadqt-creator-3cdd48067c8c865d050a19766948d05c86ec6e40.tar.gz
Introduced ForeachStatementAST and the bits to parse foreach statements when qtMocRun is enabled.
Diffstat (limited to 'src/shared/cplusplus/Control.h')
-rw-r--r--src/shared/cplusplus/Control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/cplusplus/Control.h b/src/shared/cplusplus/Control.h
index b06063d4f5..8b4f09afff 100644
--- a/src/shared/cplusplus/Control.h
+++ b/src/shared/cplusplus/Control.h
@@ -115,7 +115,7 @@ public:
NamedType *namedType(Name *name);
/// Creates a new Declaration symbol.
- Declaration *newDeclaration(unsigned sourceLocation, Name *name = 0);
+ Declaration *newDeclaration(unsigned sourceLocation, Name *name);
/// Creates a new Argument symbol.
Argument *newArgument(unsigned sourceLocation, Name *name = 0);