We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2a38e commit a5d9ffdCopy full SHA for a5d9ffd
src/xrScriptEngine/ScriptExporter.cpp
@@ -6,7 +6,7 @@
6
7
#ifdef XRAY_STATIC_BUILD
8
#define SCRIPT_EXPORT_PULL(id, dependencies, ...) \
9
- extern ScriptExporter::Node id##_ScriptExporterNode; \
+ extern const ScriptExporter::Node id##_ScriptExporterNode; \
10
gModulesPull += (intptr_t)&(id##_ScriptExporterNode);
11
12
#define SCRIPT_EXPORT_FUNC_PULL(id, dependencies, func) SCRIPT_EXPORT_PULL(id, dependencies, func)
0 commit comments