diff options
Diffstat (limited to 'src/tafproperty.h')
-rw-r--r-- | src/tafproperty.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tafproperty.h b/src/tafproperty.h index 7dbeee2..62cc517 100644 --- a/src/tafproperty.h +++ b/src/tafproperty.h | |||
@@ -20,6 +20,7 @@ namespace Bu | |||
20 | class TafProperty : public TafNode | 20 | class TafProperty : public TafNode |
21 | { | 21 | { |
22 | public: | 22 | public: |
23 | TafProperty( const Bu::TafProperty &rSrc ); | ||
23 | TafProperty( const Bu::FString &sName, const Bu::FString &sValue ); | 24 | TafProperty( const Bu::FString &sName, const Bu::FString &sValue ); |
24 | virtual ~TafProperty(); | 25 | virtual ~TafProperty(); |
25 | 26 | ||