summaryrefslogtreecommitdiff
path: root/src/gui/vbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/vbox.cpp')
-rw-r--r--src/gui/vbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/vbox.cpp b/src/gui/vbox.cpp
index eb838ead..b503508e 100644
--- a/src/gui/vbox.cpp
+++ b/src/gui/vbox.cpp
@@ -25,7 +25,7 @@
void VBox::draw(gcn::Graphics *graphics)
{
- if (mWidgets.size() == 0)
+ if (mWidgets.empty())
{
return;
}