From 205187b561c3b31fa931e73e8f7263f0c4b1de41 Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Thu, 15 Jun 2017 13:24:25 -0700 Subject: Rename `CoreLib::*` to `Slang` Getting rid of more namespace complexity and stripping things down to the basics. This also gets rid of some dead code in the "core" library. --- source/slang/compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/slang/compiler.h') diff --git a/source/slang/compiler.h b/source/slang/compiler.h index fe69a7bf8..3b6696647 100644 --- a/source/slang/compiler.h +++ b/source/slang/compiler.h @@ -154,7 +154,7 @@ namespace Slang #if 0 - class ShaderCompiler : public CoreLib::Basic::Object + class ShaderCompiler : public Slang::Object { public: virtual void Compile( -- cgit v1.2.3