diff options
Diffstat (limited to 'svx/inc/uiobject.hxx')
-rw-r--r-- | svx/inc/uiobject.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/uiobject.hxx b/svx/inc/uiobject.hxx index 2e90385cbcaa..f511f46185b4 100644 --- a/svx/inc/uiobject.hxx +++ b/svx/inc/uiobject.hxx @@ -11,7 +11,7 @@ class SvxShowCharSet; -class SvxShowCharSetUIObject : WindowUIObject +class SvxShowCharSetUIObject : public WindowUIObject { VclPtr<SvxShowCharSet> mxCharSet; |