aboutsummaryrefslogtreecommitdiff
path: root/src/tafreader.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tafreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tafreader.h b/src/tafreader.h
index da285ab..f722ca4 100644
--- a/src/tafreader.h
+++ b/src/tafreader.h
@@ -23,7 +23,7 @@ namespace Bu
23 private: 23 private:
24 void groupContent( Bu::TafGroup *pNode ); 24 void groupContent( Bu::TafGroup *pNode );
25 Bu::TafProperty *readProperty(); 25 Bu::TafProperty *readProperty();
26 Bu::TafComment *readComment(); 26 Bu::TafComment *readComment( bool bEOL=false );
27 void ws(); 27 void ws();
28 bool isws(); 28 bool isws();
29 void next(); 29 void next();