Commit f7306a4b authored by jan.koester's avatar jan.koester
Browse files

cahnge

parent d1a9d01a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;