From 124ede82b3953e576cdd66a3e4201cee3ed11120 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 29 Aug 2013 15:05:34 -0400 Subject: [PATCH] Fix build. --- sourcepawn/jit/x86/jit_x86.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcepawn/jit/x86/jit_x86.cpp b/sourcepawn/jit/x86/jit_x86.cpp index caaa7680..8e50501d 100644 --- a/sourcepawn/jit/x86/jit_x86.cpp +++ b/sourcepawn/jit/x86/jit_x86.cpp @@ -2044,7 +2044,7 @@ void JITX86::RegisterRuntime(BaseRuntime *rt) { mutex_.AssertCurrentThreadOwns(); - runtimes_.insert(rt); + runtimes_.append(rt); } void