Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/label.h')
-rw-r--r--src/ui/label.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/label.h b/src/ui/label.h
index f187520..f187744 100644
--- a/src/ui/label.h
+++ b/src/ui/label.h
@@ -12,7 +12,6 @@
namespace ui
{
-
/**
* @brief a widget displaying a single line of text
*/
@@ -20,7 +19,7 @@ class Label : public Widget
{
public:
Label(Widget *parent, const char *text = 0);
- ~Label();
+ virtual ~Label();
/// set the text displayed by the label
void set_text(const std::string &text);