From 653592e91d6f50981ba7513d78c59026a751d2f2 Mon Sep 17 00:00:00 2001 From: micio Date: Sun, 2 Sep 2018 11:33:20 +0000 Subject: [PATCH] Bazaar/Uniq : replaced namespace macros git-svn-id: svn://ultimatepp.org/upp/trunk@12235 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/Uniq/Uniq.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bazaar/Uniq/Uniq.h b/bazaar/Uniq/Uniq.h index 9770e2259..5afc27bf9 100644 --- a/bazaar/Uniq/Uniq.h +++ b/bazaar/Uniq/Uniq.h @@ -1,9 +1,9 @@ -#ifndef _Uniq_Uniq_h -#define _Uniq_Uniq_h +#ifndef _Uniq_h +#define _Uniq_h #include -NAMESPACE_UPP +namespace Upp { class Uniq { @@ -65,7 +65,7 @@ class Uniq operator bool() { return isFirstInstance; } }; -END_UPP_NAMESPACE +}; // end upp namespace #endif