X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsymtable.hh;h=c0768988b9fa1b835e831418a30e74e30b588c8b;hb=2862b1027f316a2f0444fa92e441ee28acf7a463;hp=43a21aa50126fc214d0d9b125037f9498babca41;hpb=68ffccad7c4d4ce0386cb60c537c99523e61c4d9;p=lilypond.git diff --git a/lily/include/symtable.hh b/lily/include/symtable.hh index 43a21aa501..c0768988b9 100644 --- a/lily/include/symtable.hh +++ b/lily/include/symtable.hh @@ -10,8 +10,8 @@ struct Symtable : public Assoc { String id_str; - Symbol lookup (String)const; - void print()const; + Symbol lookup (String) const; + void print() const; }; @@ -22,7 +22,7 @@ struct Symtables : private Assoc { Symtables(); Symtables (Symtables const&); void add (String, Symtable*); - void print()const; + void print() const; };