From 1c40d77b143c35e00a6e0cd7aacc60657b917d68 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 29 Aug 2013 14:16:18 -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 36616e14..caaa7680 100644 --- a/sourcepawn/jit/x86/jit_x86.cpp +++ b/sourcepawn/jit/x86/jit_x86.cpp @@ -2051,7 +2051,7 @@ void JITX86::DeregisterRuntime(BaseRuntime *rt) { mutex_.AssertCurrentThreadOwns(); - runtimes_.erase(rt); + runtimes_.remove(rt); } void