summaryrefslogtreecommitdiff
path: root/src/client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cc')
-rw-r--r--src/client.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cc b/src/client.cc
index 07d75462..91467250 100644
--- a/src/client.cc
+++ b/src/client.cc
@@ -26,6 +26,7 @@ namespace ob {
OBClient::OBClient(int screen, Window window)
: otk::OtkEventHandler(),
+ OBWidget(OBWidget::Type_Client),
frame(0), _screen(screen), _window(window)
{
assert(screen >= 0);