Skip to content

Commit 0a9145c

Browse files
Fixed reference counter type (#390)
1 parent a5fa20c commit 0a9145c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Primitives/interface/ReferenceCounters.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
DILIGENT_BEGIN_NAMESPACE(Diligent)
3636

37-
typedef long ReferenceCounterValueType;
37+
typedef Int32 ReferenceCounterValueType;
3838

3939
#if DILIGENT_CPP_INTERFACE
4040

0 commit comments

Comments
 (0)