aboutsummaryrefslogtreecommitdiffhomepage
path: root/interface.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-15 01:57:19 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-15 01:57:19 +0100
commit448aa394b9e7cec855873ad888b9c1ac97a8c68a (patch)
tree051a5bde8b4789013c50d723608929ff3307e935 /interface.h
parent905e69b74fe6e822e0d00245e2c210e9aadb6437 (diff)
downloadsciteco-448aa394b9e7cec855873ad888b9c1ac97a8c68a.tar.gz
cleaned up command line updating: the interface is responsible for drawing the "*" (if it wants to)
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h2
1 files changed, 1 insertions, 1 deletions
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,