dynamic native providers can now be unloaded safely

fixed an api naming typo :(

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40611
This commit is contained in:
David Anderson
2007-03-12 20:40:30 +00:00
parent 8e4a59a4e0
commit 21ed05048f
5 changed files with 188 additions and 30 deletions
+1 -1
View File
@@ -836,7 +836,7 @@ namespace SourcePawn
* @param function Pointer to the fake native created by CreateFakeNative.
* @noreturn
*/
virtual void DestroyFakenative(SPVM_NATIVE_FUNC func) =0;
virtual void DestroyFakeNative(SPVM_NATIVE_FUNC func) =0;
};
};