]> Dogcows Code - chaz/openbox/blobdiff - otk/widget.hh
unmap works.. once
[chaz/openbox] / otk / widget.hh
index 80d269da08e6209025b4af4522bb07b5e615f367..2e58cc9928459726876bb984822dd56ccbabd117 100644 (file)
@@ -97,7 +97,7 @@ public:
   void setDirection(Direction dir) { _direction = dir; }
 
   inline Style *getStyle(void) const { return _style; }
-  void setStyle(Style *style) { assert(style); _style = style; }
+  virtual void setStyle(Style *style) { assert(style); _style = style; }
 
   inline OtkEventDispatcher *getEventDispatcher(void)
   { return _event_dispatcher; }
This page took 0.022593 seconds and 4 git commands to generate.