]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/rtti.cc
* lily/tie-column.cc (set_manual_tie_configuration): new function.
[lilypond.git] / flower / rtti.cc
index 0c48f7fe90a18ad5cd6d07efa0d17f9f5c616be7..39941f8f74e296b92f84092360dad3b7dd1bcef2 100644 (file)
@@ -1,9 +1,10 @@
 #include <cctype>
+using namespace std;
 
 #include "virtual-methods.hh"
 
 char const *
-demangle_classname (std::type_info const &t)
+demangle_classname (type_info const &t)
 {
   char const *s = t.name ();
   while (isdigit (*s))