We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6898f0d commit 1847f8cCopy full SHA for 1847f8c
1 file changed
pawn/scripting/include/filewatcher.inc
@@ -221,7 +221,7 @@ public Extension __ext_filewatcher =
221
};
222
223
#if !defined REQUIRE_EXTENSIONS
224
-public __ext_filewatcher_SetNTVOptional()
+public void __ext_filewatcher_SetNTVOptional()
225
{
226
MarkNativeAsOptional("FileSystemWatcher.IsWatching.get");
227
MarkNativeAsOptional("FileSystemWatcher.IsWatching.set");
@@ -242,4 +242,4 @@ public __ext_filewatcher_SetNTVOptional()
242
MarkNativeAsOptional("FileSystemWatcher.FileSystemWatcher");
243
MarkNativeAsOptional("FileSystemWatcher.GetPath");
244
}
245
-#endif
+#endif
0 commit comments