summaryrefslogtreecommitdiff
path: root/shared/guid.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/guid.h')
-rw-r--r--shared/guid.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/shared/guid.h b/shared/guid.h
index d639fff5..49d2f008 100644
--- a/shared/guid.h
+++ b/shared/guid.h
@@ -10,7 +10,7 @@
#include <wx/stream.h>
#include <boost/shared_ptr.hpp>
-namespace Utility
+namespace util
{
class UniqueId
{
@@ -27,7 +27,6 @@ private:
struct IntData;
boost::shared_ptr<IntData> pData;
};
-
}
bgstack15