Skip to content

Commit 0a09812

Browse files
author
Monera
committed
added stock keyword in include file
1 parent ca75e38 commit 0a09812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pluginsyswrapper.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ native bool UnloadPluginEx(Handle handle, HandleError &err);
6666
* @param plugin Handle.
6767
* @return True on success, false otherwise.
6868
*/
69-
bool UnloadPlugin(Handle handle)
69+
stock bool UnloadPlugin(Handle handle)
7070
{
7171
HandleError err;
7272
return UnloadPluginEx(handle, err);

0 commit comments

Comments
 (0)