summaryrefslogtreecommitdiff
path: root/include/vcl/throbber.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/throbber.hxx')
-rw-r--r--include/vcl/throbber.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/throbber.hxx b/include/vcl/throbber.hxx
index aaf8edf5fba5..f7cbbedf62e2 100644
--- a/include/vcl/throbber.hxx
+++ b/include/vcl/throbber.hxx
@@ -48,6 +48,7 @@ public:
public:
Throbber(vcl::Window* i_parentWindow, WinBits i_style, const ImageSet i_imageSet = IMAGES_AUTO);
virtual ~Throbber();
+ virtual void dispose() SAL_OVERRIDE;
// Properties
void setStepTime( sal_Int32 nStepTime ) { mnStepTime = nStepTime; }