From 9043b32bb1835628c5a1d8be4a271c848443c629 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Tue, 24 May 2016 22:10:57 +0200 Subject: 8.1 --- zen/guid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/guid.h') diff --git a/zen/guid.h b/zen/guid.h index e8326ce6..914674af 100644 --- a/zen/guid.h +++ b/zen/guid.h @@ -22,7 +22,7 @@ namespace zen { inline -std::string generateGUID() //creates a 16 byte GUID +std::string generateGUID() //creates a 16-byte GUID { boost::uuids::uuid nativeRep = boost::uuids::random_generator()(); //generator is only thread-safe like an int, so we keep it local until we need to optimize perf -- cgit