* Added missing ToReferenceable().
* _SetTo(const BVariant&): Acquire a reference for the wrong object. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31959 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -86,6 +86,7 @@ public:
|
||||
double ToDouble() const;
|
||||
void* ToPointer() const;
|
||||
const char* ToString() const;
|
||||
BReferenceable* ToReferenceable() const;
|
||||
|
||||
void SwapEndianess();
|
||||
// has effect only on scalar types (pointer
|
||||
|
||||
Reference in New Issue
Block a user