aboutsummaryrefslogtreecommitdiff
path: root/glslang/GenericCodeGen/Link.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'glslang/GenericCodeGen/Link.cpp')
-rw-r--r--glslang/GenericCodeGen/Link.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/glslang/GenericCodeGen/Link.cpp b/glslang/GenericCodeGen/Link.cpp
index 5e28405f..c38db0f6 100644
--- a/glslang/GenericCodeGen/Link.cpp
+++ b/glslang/GenericCodeGen/Link.cpp
@@ -82,7 +82,7 @@ void DeleteUniformMap(TUniformMap* map)
TShHandleBase* ConstructBindings()
{
- return nullptr;
+ return 0;
}
void DeleteBindingList(TShHandleBase* bindingList)