From 03b5c17863583246181e71260ab0cff9adc70ccb Mon Sep 17 00:00:00 2001 From: Treeston Date: Sun, 23 Aug 2020 15:04:23 +0200 Subject: Common/Utilities: Move EnumUtils' implementation struct from Trinity::Impl to Trinity::Impl::EnumUtilsImpl. This avoids confusing name clashes for other implementations in sub-namespaces of Trinity::Impl. (cherry picked from commit 91744de3162bab23d7c5a0dd65fc8b4249eb803a) --- contrib/enumutils_describe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/enumutils_describe.py b/contrib/enumutils_describe.py index 203cfca8538..60e36cdf6fd 100644 --- a/contrib/enumutils_describe.py +++ b/contrib/enumutils_describe.py @@ -108,7 +108,7 @@ def processFile(path, filename): output.write('#include "SmartEnum.h"\n') output.write('#include \n') output.write('\n') - output.write('namespace Trinity::Impl\n') + output.write('namespace Trinity::Impl::EnumUtilsImpl\n') output.write('{\n') for name, values in enums: tag = ('data for enum \'%s\' in \'%s.h\' auto-generated' % (name, filename)) -- cgit v1.2.3