From 448aa394b9e7cec855873ad888b9c1ac97a8c68a Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 15 Nov 2012 01:57:19 +0100 Subject: cleaned up command line updating: the interface is responsible for drawing the "*" (if it wants to) --- interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interface.h') diff --git a/interface.h b/interface.h index cf261fb..6e43392 100644 --- a/interface.h +++ b/interface.h @@ -34,7 +34,7 @@ public: virtual sptr_t ssm(unsigned int iMessage, uptr_t wParam = 0, sptr_t lParam = 0) = 0; - virtual void cmdline_update(const gchar *cmdline) = 0; + virtual void cmdline_update(const gchar *cmdline = "") = 0; enum PopupFileType { POPUP_FILE, -- cgit v1.2.3