summaryrefslogtreecommitdiff
path: root/src/guichan/widgets/container.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/widgets/container.cpp')
-rw-r--r--src/guichan/widgets/container.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/guichan/widgets/container.cpp b/src/guichan/widgets/container.cpp
index e3bbeb995..19f992519 100644
--- a/src/guichan/widgets/container.cpp
+++ b/src/guichan/widgets/container.cpp
@@ -64,7 +64,6 @@ namespace gcn
Container::~Container()
{
-
}
void Container::draw(Graphics* graphics)
@@ -115,4 +114,4 @@ namespace gcn
{
return BasicContainer::findWidgetById(id);
}
-}
+} // namespace gcn