aboutsummaryrefslogtreecommitdiff
path: root/src/tafwriter.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tafwriter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tafwriter.h b/src/tafwriter.h
index 5f80504..f34395e 100644
--- a/src/tafwriter.h
+++ b/src/tafwriter.h
@@ -23,7 +23,9 @@ namespace Bu
23 void writeProperty( const Bu::TafProperty *pProp ); 23 void writeProperty( const Bu::TafProperty *pProp );
24 void writeComment( const Bu::TafComment *pComment ); 24 void writeComment( const Bu::TafComment *pComment );
25 void writeString( const Bu::FString &str ); 25 void writeString( const Bu::FString &str );
26 void ident();
26 Bu::Stream &sOut; 27 Bu::Stream &sOut;
28 int iDepth;
27 }; 29 };
28} 30}
29 31