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:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user