summaryrefslogtreecommitdiff
path: root/tools/gfx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx')
-rw-r--r--tools/gfx/render.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/gfx/render.h b/tools/gfx/render.h
index 423820a0b..1aa932e0e 100644
--- a/tools/gfx/render.h
+++ b/tools/gfx/render.h
@@ -21,10 +21,11 @@ namespace gfx {
using Slang::RefObject;
using Slang::RefPtr;
using Slang::Dictionary;
-using Slang::GetHashCode;
-using Slang::combineHash;
using Slang::List;
+using Slang::getHashCode;
+using Slang::combineHash;
+
typedef SlangResult Result;
// Had to move here, because Options needs types defined here