Loading src/uuidp.h +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ namespace uuid{ bool operator==(const uuid_t &src) const; bool operator==(const uuid &src) const; bool operator!=(const uuid &src) const; uuid_t value; unsigned char value[16]; private: char *cstr; Loading Loading
src/uuidp.h +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ namespace uuid{ bool operator==(const uuid_t &src) const; bool operator==(const uuid &src) const; bool operator!=(const uuid &src) const; uuid_t value; unsigned char value[16]; private: char *cstr; Loading