Skip to content

Commit

Permalink
- fix compilation on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hart committed Feb 14, 2025
1 parent 60d349f commit d52da81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hi_scripting/scripting/api/ScriptingApi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2431,6 +2431,7 @@ var ScriptingApi::Engine::createBXLicenser ()
return var(new ScriptingObjects::ScriptBXLicenser(getScriptProcessor()));
#else
reportScriptError ("BX Licenser is not enabled");
RETURN_IF_NO_THROW({});
#endif

}
Expand Down

0 comments on commit d52da81

Please sign in to comment.