diff options
Diffstat (limited to '')
-rw-r--r-- | src/unstable/uuid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unstable/uuid.h b/src/unstable/uuid.h index de20d4c..bb3d608 100644 --- a/src/unstable/uuid.h +++ b/src/unstable/uuid.h | |||
@@ -46,6 +46,7 @@ namespace Bu | |||
46 | void set( const Bu::String &sSrc ); | 46 | void set( const Bu::String &sSrc ); |
47 | 47 | ||
48 | bool operator==( const Uuid &rhs ) const; | 48 | bool operator==( const Uuid &rhs ) const; |
49 | bool operator!=( const Uuid &rhs ) const; | ||
49 | Uuid &operator=( const Bu::String &rhs ) { set( rhs ); return *this; } | 50 | Uuid &operator=( const Bu::String &rhs ) { set( rhs ); return *this; } |
50 | Uuid &operator=( const Uuid &rhs ); | 51 | Uuid &operator=( const Uuid &rhs ); |
51 | 52 | ||