From: fred Date: Wed, 9 Oct 1996 11:03:22 +0000 (+0000) Subject: flower-1.0.1 X-Git-Tag: release/1.5.59~7139 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4df2eff7ec113fb29096a3dea5a73b1926d7ff33;p=lilypond.git flower-1.0.1 --- diff --git a/flower/textdb.hh b/flower/textdb.hh index 8f906b8626..bea0c4521e 100644 --- a/flower/textdb.hh +++ b/flower/textdb.hh @@ -31,14 +31,15 @@ public: /// abstraction for a datafile class Text_db : private Data_file { - public: + void gobble_leading_white(); +public: /// get a line with records Text_record get_record(); Text_db(String fn):Data_file(fn) { } Data_file::error; - Data_file::eof; - + bool eof(); + /// get next line. Text_record operator++(int) { return get_record();