diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-03 19:02:36 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-03 19:02:36 +0000 |
| commit | f890d31d6bf41db5c565e4f1b25132a6df1bd044 (patch) | |
| tree | 965a15038a18562a2fe6cb829cf1e5261eeeb0d2 /otk/button.hh | |
| parent | 948feddc2e0d3c846e1c4669681c475e99540a8b (diff) | |
make setStyle virtual
Diffstat (limited to 'otk/button.hh')
| -rw-r--r-- | otk/button.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/button.hh b/otk/button.hh index 2d983fb3..5924e9b0 100644 --- a/otk/button.hh +++ b/otk/button.hh @@ -32,7 +32,7 @@ public: void buttonPressHandler(const XButtonEvent &e); void buttonReleaseHandler(const XButtonEvent &e); - void setStyle(Style *style); + virtual void setStyle(Style *style); private: |
