mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 08:19:51 -05:00
Address Visual Studio analyzer warnings
This commit is contained in:
@@ -46,7 +46,7 @@ struct LuaLibrary {
|
||||
/// The name of the function
|
||||
std::string name;
|
||||
/// The function pointer that is executed if the function is called
|
||||
lua_CFunction function;
|
||||
lua_CFunction function = nullptr;
|
||||
struct Argument {
|
||||
/// The name of the arguments
|
||||
std::string name;
|
||||
|
||||
Reference in New Issue
Block a user