From 2ab64959d83ed2793d71ab3fa03b8ebdd4925902 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 9 Nov 2007 22:38:47 +0000 Subject: Figured I might as well add single-line comments to taf, it now supports // style comments. --- src/tafreader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tafreader.h') 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 private: void groupContent( Bu::TafGroup *pNode ); Bu::TafProperty *readProperty(); - Bu::TafComment *readComment(); + Bu::TafComment *readComment( bool bEOL=false ); void ws(); bool isws(); void next(); -- cgit v1.2.3