aboutsummaryrefslogtreecommitdiff
path: root/src/tafcomment.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tafcomment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tafcomment.h b/src/tafcomment.h
index d1e200f..5b51f99 100644
--- a/src/tafcomment.h
+++ b/src/tafcomment.h
@@ -20,6 +20,7 @@ namespace Bu
20 class TafComment : public TafNode 20 class TafComment : public TafNode
21 { 21 {
22 public: 22 public:
23 TafComment( const Bu::TafComment &rSrc );
23 TafComment( const Bu::FString &sText, bool bEOL=false ); 24 TafComment( const Bu::FString &sText, bool bEOL=false );
24 virtual ~TafComment(); 25 virtual ~TafComment();
25 26