summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 8ddd1e89..193582e9 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -523,7 +523,7 @@ Being::getWidth() const
else {
return 0;
}
-};
+}
int
@@ -536,4 +536,4 @@ Being::getHeight() const
else {
return 0;
}
-};
+}