]> Dogcows Code - chaz/openbox/blobdiff - otk/widget.hh
some cleanups
[chaz/openbox] / otk / widget.hh
index 57973e9b35594b553908e0d534630f9326545608..249a4e281262d1c7c0b56038436e4f8447807509 100644 (file)
@@ -101,7 +101,7 @@ public:
   void setDirection(Direction dir) { _direction = dir; }
 
   inline Style *getStyle(void) const { return _style; }
-  virtual void setStyle(Style *style) { assert(style); _style = style; }
+  virtual void setStyle(Style *style);
 
   inline OtkEventDispatcher *getEventDispatcher(void)
   { return _event_dispatcher; }
This page took 0.022854 seconds and 4 git commands to generate.