aboutsummaryrefslogtreecommitdiffstats
path: root/include/diagram/iterator.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/diagram/iterator.h (renamed from include/diagram/iteratorstatement.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/diagram/iteratorstatement.h b/include/diagram/iterator.h
index e7fbba0..71c6a34 100644
--- a/include/diagram/iteratorstatement.h
+++ b/include/diagram/iterator.h
@@ -10,10 +10,10 @@ namespace samb {
/* Implementation for Statement::WHILE Statement::UNTIL
*/
-class IteratorStatement : public Statement
+class Iterator : public Statement
{
public:
- IteratorStatement(Type t, const QString &condition, pointer next);
+ Iterator(Type t, const QString &condition, pointer next);
/* accessors */
Scope& inner() { return _inner; }