diff options
Diffstat (limited to 'zen/guid.h')
-rw-r--r-- | zen/guid.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |