mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Bazaar/Uniq : replaced namespace macros
git-svn-id: svn://ultimatepp.org/upp/trunk@12235 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
61c561e463
commit
653592e91d
1 changed files with 4 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#ifndef _Uniq_Uniq_h
|
||||
#define _Uniq_Uniq_h
|
||||
#ifndef _Uniq_h
|
||||
#define _Uniq_h
|
||||
|
||||
#include <CtrlLib/CtrlLib.h>
|
||||
|
||||
NAMESPACE_UPP
|
||||
namespace Upp {
|
||||
|
||||
class Uniq
|
||||
{
|
||||
|
|
@ -65,7 +65,7 @@ class Uniq
|
|||
operator bool() { return isFirstInstance; }
|
||||
};
|
||||
|
||||
END_UPP_NAMESPACE
|
||||
}; // end upp namespace
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue