diff options
Diffstat (limited to 'ui/trayIcon.h')
-rw-r--r-- | ui/trayIcon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/trayIcon.h b/ui/trayIcon.h index 370e85f3..94e75518 100644 --- a/ui/trayIcon.h +++ b/ui/trayIcon.h @@ -13,6 +13,7 @@ public: void setToolTip(const wxString& toolTipText); void keepHidden(); //do not show windows again: avoid window flashing shortly before it is destroyed + private: void OnContextMenuSelection(wxCommandEvent& event); void OnDoubleClick(wxCommandEvent& event); |