From c62fe609a69058e2e30f757e9a06f72a98464232 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 17 Sep 2010 15:19:34 +0000 Subject: Bump network protocol version to 19, menudescriptions use the info infrastructure, client-side lazy info update requests. Updated ROADMAP --- src/core/label.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/label.h') diff --git a/src/core/label.h b/src/core/label.h index 12a417c..2ca40f7 100644 --- a/src/core/label.h +++ b/src/core/label.h @@ -19,6 +19,9 @@ namespace core { class Label { public: Label(); + Label(const char *label); + Label(const std::string & label); + ~Label(); /* --- inspectors ------------------------------------------------- */ -- cgit v1.2.3