aboutsummaryrefslogtreecommitdiff
path: root/src/fstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fstring.h')
-rw-r--r--src/fstring.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fstring.h b/src/fstring.h
index 620b312..bc23e57 100644
--- a/src/fstring.h
+++ b/src/fstring.h
@@ -86,6 +86,7 @@ namespace Bu
86 } 86 }
87 87
88 FBasicString( const MyType &rSrc ) : 88 FBasicString( const MyType &rSrc ) :
89 Archival(),
89 nLength( 0 ), 90 nLength( 0 ),
90 pFirst( NULL ), 91 pFirst( NULL ),
91 pLast( NULL ) 92 pLast( NULL )