summaryrefslogtreecommitdiffstats
path: root/source/core/smart-pointer.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/smart-pointer.h')
-rw-r--r--source/core/smart-pointer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/core/smart-pointer.h b/source/core/smart-pointer.h
index c31cdefe0..19ddde931 100644
--- a/source/core/smart-pointer.h
+++ b/source/core/smart-pointer.h
@@ -9,6 +9,7 @@ namespace Slang
{
// TODO: Need to centralize these typedefs
typedef uintptr_t UInt;
+ typedef intptr_t Int;
// Base class for all reference-counted objects
class RefObject