provide some Keyboard:: methods to get access to other versions of modifier names
[ardour.git] / libs / pbd / configuration_variable.cc
index cacad87d9a29e048a6d59d2be66f4e7997eb8fa2..578114e92a55b32e1fcf5e53fedfb3797dab3e9d 100644 (file)
@@ -47,7 +47,7 @@ ConfigVariableBase::set_from_node (XMLNode const & node)
                const XMLProperty* prop;
                XMLNodeList nlist;
                XMLNodeConstIterator niter;
-               XMLNode* child;
+               XMLNode const * child;
 
                nlist = node.children();