Commit 26a87659 authored by jan.koester's avatar jan.koester
Browse files

test

parent e0556157
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
#pragma once

namespace uuid{
   typedef unsigned char uuid_t[16];
   using uuid_t = unsigned char[16];

   class uuid {
   public: