summaryrefslogtreecommitdiffstats
path: root/vcl/unx/kde/UnxCommandThread.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/kde/UnxCommandThread.hxx')
-rw-r--r--vcl/unx/kde/UnxCommandThread.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/kde/UnxCommandThread.hxx b/vcl/unx/kde/UnxCommandThread.hxx
index 35d79cc825f9..6c3a228e9f5c 100644
--- a/vcl/unx/kde/UnxCommandThread.hxx
+++ b/vcl/unx/kde/UnxCommandThread.hxx
@@ -97,7 +97,7 @@ protected:
public:
UnxFilePickerCommandThread( UnxFilePickerNotifyThread *pNotifyThread, int nReadFD );
- virtual ~UnxFilePickerCommandThread();
+ virtual ~UnxFilePickerCommandThread() override;
YieldingCondition& SAL_CALL execCondition() { return m_aExecCondition; }
bool SAL_CALL result();