Codec Kit: Beauty fixes

This commit is contained in:
Barrett17
2018-11-22 09:47:11 +01:00
parent c6c8dd4e2c
commit af34e7abcc
4 changed files with 5 additions and 6 deletions
+2 -2
View File
@@ -75,8 +75,6 @@ public:
BMetaData(const BMessage& msg);
virtual ~BMetaData();
BMetaData& operator=(const BMetaData& other);
// Woah. It seems we need BValue there.
bool SetString(const char* key, const BString& value);
bool SetBool(const char* key, bool value);
@@ -107,6 +105,8 @@ public:
// that's why we need to introduce smart pointers!
const BMessage* Message();
BMetaData& operator=(const BMetaData& other);
private:
// TODO: padding
BMessage* fMessage;