aboutsummaryrefslogtreecommitdiffstats
path: root/src/diagram/branchstatement.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/diagram/branch.cpp (renamed from src/diagram/branchstatement.cpp)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/diagram/branchstatement.cpp b/src/diagram/branch.cpp
index 6511c6c..ccb17de 100644
--- a/src/diagram/branchstatement.cpp
+++ b/src/diagram/branch.cpp
@@ -1,8 +1,8 @@
-#include "diagram/branchstatement.h"
+#include "diagram/branch.h"
using namespace samb;
-BranchStatement::BranchStatement(Type t, const QString &condition, pointer next) :
+Branch::Branch(Type t, const QString &condition, pointer next) :
Statement(t, condition, next)
{
switch (t) {