diff options
Diffstat (limited to 'sd/source/ui/inc/WindowUpdater.hxx')
-rw-r--r-- | sd/source/ui/inc/WindowUpdater.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/WindowUpdater.hxx b/sd/source/ui/inc/WindowUpdater.hxx index 30c92d65578c..fe531de9735a 100644 --- a/sd/source/ui/inc/WindowUpdater.hxx +++ b/sd/source/ui/inc/WindowUpdater.hxx @@ -55,7 +55,7 @@ class SD_DLLPUBLIC WindowUpdater { public: explicit WindowUpdater(); - virtual ~WindowUpdater() throw(); + virtual ~WindowUpdater() throw() override; /** Add the given device to the list of devices which will be updated when one of the monitored values changes. |