summaryrefslogtreecommitdiff
path: root/src/gui/vbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/vbox.h')
-rw-r--r--src/gui/vbox.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gui/vbox.h b/src/gui/vbox.h
index da486119..06a270ef 100644
--- a/src/gui/vbox.h
+++ b/src/gui/vbox.h
@@ -28,10 +28,8 @@
class VBox : public Box
{
- public:
- VBox();
- ~VBox();
- void draw(gcn::Graphics *);
+ public:
+ void draw(gcn::Graphics *);
};
#endif