From: fred Date: Thu, 31 Oct 1996 21:36:17 +0000 (+0000) Subject: lilypond-0.0.6 X-Git-Tag: release/1.5.59~6990 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5e20ff3a3ce92141d61265166e07e15c5bd4381f;p=lilypond.git lilypond-0.0.6 --- diff --git a/symtable.hh b/symtable.hh index 73c4079e70..a1443a7d3b 100644 --- a/symtable.hh +++ b/symtable.hh @@ -13,12 +13,7 @@ struct Symtable : public Assoc { struct Symtables : private Assoc { - String fname; - bool done_reading; - Symtables(String s) : fname (s) { - done_reading = false; - } - void read() ; + void read(Text_db&) ; Symtable* operator()(String s); };