From f890d31d6bf41db5c565e4f1b25132a6df1bd044 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 3 Dec 2002 19:02:36 +0000 Subject: make setStyle virtual --- otk/button.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/button.hh') 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: -- cgit v1.2.3