summaryrefslogtreecommitdiff
path: root/otk/label.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/label.hh')
-rw-r--r--otk/label.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/otk/label.hh b/otk/label.hh
index f43ed71a..cd9ef5a1 100644
--- a/otk/label.hh
+++ b/otk/label.hh
@@ -14,6 +14,7 @@ namespace otk {
class Label : public Widget {
public:
+ Label(int screen, EventDispatcher *ed, int bevel = 3);
Label(Widget *parent);
virtual ~Label();