summaryrefslogtreecommitdiffstats
path: root/src/xml/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/node.h')
-rw-r--r--src/xml/node.h2
1 files changed, 1 insertions, 1 deletions
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);
}