Commit 4d73d0fb34c7ecc1a8ba76f2e775c497e0efb61a

Authored by Georg Hopp
1 parent c0a52302

initialize static instance creation

Showing 1 changed file with 1 additions and 0 deletions
... ... @@ -51,6 +51,7 @@ TR_CLASS(TR_Uuid) {
51 51 } elements;
52 52 } uuid;
53 53 };
  54 +TR_INSTANCE_INIT(TR_Uuid);
54 55
55 56 extern TR_Uuid TR_uuidZero;
56 57
... ...
Please register or login to post a comment