aboutsummaryrefslogtreecommitdiff
path: root/glslang/MachineIndependent/ScanContext.h
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2013-08-29 00:39:25 +0000
committerJohn Kessenich <cepheus@frii.com>2013-08-29 00:39:25 +0000
commitb603f918a4370ffa9e9e0994575d0d922e55a517 (patch)
tree1a85e5e983a308056f61fc42dc4168f4663d1d34 /glslang/MachineIndependent/ScanContext.h
parent23bdb29eac331ec20b8e65ad993e718c73ede65a (diff)
downloadglslang-b603f918a4370ffa9e9e0994575d0d922e55a517.tar.gz
Put all glslang internals (but not the external interface) into the glslang namespace.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22882 e7fa87d3-cd2b-0410-9028-fcbf551c1848
Diffstat (limited to 'glslang/MachineIndependent/ScanContext.h')
-rw-r--r--glslang/MachineIndependent/ScanContext.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/glslang/MachineIndependent/ScanContext.h b/glslang/MachineIndependent/ScanContext.h
index d99df223..cf2ad2a3 100644
--- a/glslang/MachineIndependent/ScanContext.h
+++ b/glslang/MachineIndependent/ScanContext.h
@@ -40,11 +40,10 @@
#include "ParseHelper.h"
-class TPpContext;
-class TPpToken;
-
namespace glslang {
+class TPpContext;
+class TPpToken;
class TParserToken;
class TScanContext {
@@ -79,4 +78,4 @@ protected:
int keyword;
};
-};
+} // end namespace glslang