From 4d73d0fb34c7ecc1a8ba76f2e775c497e0efb61a Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Thu, 31 Jul 2014 15:21:11 +0100 Subject: [PATCH] initialize static instance creation --- include/tr/uuid.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tr/uuid.h b/include/tr/uuid.h index aa833f9..5f061af 100644 --- a/include/tr/uuid.h +++ b/include/tr/uuid.h @@ -51,6 +51,7 @@ TR_CLASS(TR_Uuid) { } elements; } uuid; }; +TR_INSTANCE_INIT(TR_Uuid); extern TR_Uuid TR_uuidZero;