]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tweak-registration.hh
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / include / tweak-registration.hh
index 77a154c69508b955e7ce1ec71119655d9a432bd7..a7c1ad807013dcc15ade2153ca69dc1d14f20ae6 100644 (file)
@@ -3,25 +3,26 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2004--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef TWEAK_REGISTRATION_HH
 #define TWEAK_REGISTRATION_HH
 
 #include <map>
+using namespace std;
 
 #include "lily-proto.hh"
 #include "object-key.hh"
 
-typedef std::map < Object_key const *, SCM, Object_key_less> Tweak_map;
+typedef map<Object_key const *, SCM, Object_key_less> Tweak_map;
 
 class Tweak_registry
 {
   Tweak_map tweaks_;
   Object_key_undumper *undumper_;
 
-  DECLARE_SMOBS (Tweak_registry,);
+  DECLARE_SMOBS (Tweak_registry);
 
 public:
   Tweak_registry ();