Skip to content

Commit 5a53914

Browse files
committed
Update utl_rbtree.inc
1 parent db7caa9 commit 5a53914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tier1/utl_rbtree.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ methodmap UtlRBTree < AddressBase {
11561156

11571157
// see 'inline T* CopyConstruct( T* pMemory, T const& src )' (src/public/tier0/platform.h)
11581158
public void CopyConstruct(int elem, int size = 4, any obj = 0, UtlRBTreeConstructorFunc constructor) {
1159-
Assert( obj != 0, UTL_VECTOR_TAG, "Param obj is null to copy construct.");
1159+
Assert( obj != 0, UTL_RBTREE_TAG, "Param obj is null to copy construct.");
11601160
Call_StartFunction(INVALID_HANDLE, constructor);
11611161
Call_PushCell(this);
11621162
Call_PushCell(elem);

0 commit comments

Comments
 (0)