From 517513645afb8eaf4841e7b7035f1ba3a9c7cd57 Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Thu, 15 Jun 2017 13:12:51 -0700 Subject: Rename `Slang::Compiler` -> `Slang` This gets rid of one unecessary namespace. --- source/slang/emit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/slang/emit.cpp') diff --git a/source/slang/emit.cpp b/source/slang/emit.cpp index f11757594..69bdaebf6 100644 --- a/source/slang/emit.cpp +++ b/source/slang/emit.cpp @@ -11,7 +11,7 @@ #pragma warning(disable:4996) #endif -namespace Slang { namespace Compiler { +namespace Slang { struct EmitContext { @@ -2748,4 +2748,4 @@ String emitProgram( } -}} // Slang::Compiler +} // namespace Slang -- cgit v1.2.3