]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.1
authorfred <fred>
Wed, 9 Oct 1996 11:03:22 +0000 (11:03 +0000)
committerfred <fred>
Wed, 9 Oct 1996 11:03:22 +0000 (11:03 +0000)
flower/textdb.hh

index 8f906b8626e59efc77947285e2f2fe46aea7707e..bea0c4521e449189a749571a7817722a45b8ae7b 100644 (file)
@@ -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();