summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-05-23 20:14:14 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-05-23 20:14:14 +0000
commitc61786006bf7694f532c77d038fc2cfd8a44b551 (patch)
tree130063591c791b70dc426f3d3294c615ad0d7ef5 /src/being.cpp
parent2d40625bd3229a6d9a6a859296d204a9816fc1fd (diff)
downloadMana-c61786006bf7694f532c77d038fc2cfd8a44b551.tar.gz
Mana-c61786006bf7694f532c77d038fc2cfd8a44b551.tar.bz2
Mana-c61786006bf7694f532c77d038fc2cfd8a44b551.tar.xz
Mana-c61786006bf7694f532c77d038fc2cfd8a44b551.zip
A bunch of lingering syntactical changes.
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;
}
-};
+}