summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirLua/src/environment.h')
-rw-r--r--plugins/MirLua/src/environment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirLua/src/environment.h b/plugins/MirLua/src/environment.h
index 1ede34756f..1c35c2073d 100644
--- a/plugins/MirLua/src/environment.h
+++ b/plugins/MirLua/src/environment.h
@@ -23,5 +23,5 @@ public:
HANDLE CreateServiceFunction(const char *name, int ref);
void DestroyServiceFunction(HANDLE hService);
- bool Load();
+ int Load() override;
};