X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ffocuslabel.hh;h=eca8fff1711399ee82941ad973dfc264a17891c7;hb=d600bf8d58205ea476458970b8dda5f6e8d9220b;hp=e5fd4529a395c5800f09ebd8f75726b18434ff84;hpb=033e9843bcec8340c9e657fe0f0519f86075424b;p=chaz%2Fopenbox diff --git a/otk/focuslabel.hh b/otk/focuslabel.hh index e5fd4529..eca8fff1 100644 --- a/otk/focuslabel.hh +++ b/otk/focuslabel.hh @@ -16,7 +16,7 @@ public: inline const ustring &getText(void) const { return _text; } void setText(const ustring &text) { _text = text; _dirty = true; } - void renderForeground(void); + virtual void renderForeground(void); virtual void setStyle(RenderStyle *style);