summaryrefslogtreecommitdiffstats
path: root/client/foreign_menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/foreign_menu.h')
-rw-r--r--client/foreign_menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/foreign_menu.h b/client/foreign_menu.h
index 2fc4e535..6138087a 100644
--- a/client/foreign_menu.h
+++ b/client/foreign_menu.h
@@ -38,7 +38,7 @@ public:
class ForeignMenu : public NamedPipe::ListenerInterface {
public:
- ForeignMenu(ForeignMenuInterface *handler);
+ ForeignMenu(ForeignMenuInterface *handler, bool active = false);
virtual ~ForeignMenu();
ForeignMenu* ref() { _refs++; return this;}