Update to SourcePawn 1.9 and the latest AMTL.

This commit is contained in:
David Anderson
2016-07-26 01:36:35 -07:00
parent 7008a566a8
commit 3cccfc15da
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ public:
memory_used_(0)
{
if (!internal_.init())
internal_.reportOutOfMemory();
internal_.allocPolicy().reportOutOfMemory();
}
typedef typename Internal::Result Result;