aboutsummaryrefslogtreecommitdiffhomepage
path: root/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface.h b/interface.h
index f89307e..223ec10 100644
--- a/interface.h
+++ b/interface.h
@@ -62,6 +62,7 @@ public:
vmsg(type, fmt, ap);
va_end(ap);
}
+ virtual void msg_clear(void) {}
virtual sptr_t ssm(unsigned int iMessage,
uptr_t wParam = 0, sptr_t lParam = 0) = 0;