diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-24 21:27:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-24 21:27:16 +0000 |
| commit | 5869cc29ef15181427e65079d9a52c5d21190206 (patch) | |
| tree | 383c3373beab350f66cb4fa64dcc6aac262cbd3b /otk/focuslabel.hh | |
| parent | 2e273ae3ac020cc6a43c37942089b3eb7d214102 (diff) | |
wrap otk with swig/python
Diffstat (limited to 'otk/focuslabel.hh')
| -rw-r--r-- | otk/focuslabel.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/focuslabel.hh b/otk/focuslabel.hh index 042082eb..64b8189a 100644 --- a/otk/focuslabel.hh +++ b/otk/focuslabel.hh @@ -18,7 +18,7 @@ public: void update(void); - virtual void setStyle(Style *style); + virtual void setStyle(otk::Style *style); private: //! Object used by Xft to render to the drawable |
