]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/object-key-dumper.hh
* lily/tie-column.cc (set_manual_tie_configuration): new function.
[lilypond.git] / lily / include / object-key-dumper.hh
index 457b273c44fba5cab088f1357001977dd74129b2..df5db430355ffd293ba045f944122766f32ea5bd 100644 (file)
 #define OBJECT_KEY_DUMPER_HH
 
 #include <map>
+using namespace std;
 
 #include "object-key.hh"
 
-typedef std::map<Object_key const *, Object_key const *, Object_key_less> Key_to_key_map;
-typedef std::map<Object_key const *, int> Pointer_to_int_map;
-typedef std::map<int, Object_key const *> Int_to_key_map;
+typedef map<Object_key const *, Object_key const *, Object_key_less> Key_to_key_map;
+typedef map<Object_key const *, int> Pointer_to_int_map;
+typedef map<int, Object_key const *> Int_to_key_map;
 
 class Object_key_dumper
 {