From 55b428abbb6d6664a1922984ca395a4bda811714 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Mon, 24 Mar 2014 23:48:55 +0100 Subject: fix tiny mistake (bzr r13204) --- src/xml/node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xml') diff --git a/src/xml/node.h b/src/xml/node.h index a41e4e350..c1977b0a8 100644 --- a/src/xml/node.h +++ b/src/xml/node.h @@ -207,7 +207,7 @@ public: */ virtual void setAttribute(gchar const *key, gchar const *value, bool is_interactive=false)=0; - void setAttribute(gchar const *key, Glib::ustring const &value, bool is_interactive=false) + void setAttribute(char const *key, Glib::ustring const &value, bool is_interactive=false) { setAttribute(key, value.empty() ? NULL : value.c_str(), is_interactive); } -- cgit v1.2.3