mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Feature/warnings (#1885)
Remove many warnings from MSVC, Clang, and GCC
This commit is contained in:
@@ -59,7 +59,7 @@ struct LuaLibrary {
|
||||
/// A list of script files that are executed for each Lua state
|
||||
std::vector<std::filesystem::path> scripts = std::vector<std::filesystem::path>();
|
||||
/// A list of all libraries that are children for this library
|
||||
std::vector<LuaLibrary> subLibraries;
|
||||
std::vector<LuaLibrary> subLibraries = std::vector<LuaLibrary>();
|
||||
|
||||
/// This struct contains information about a function or constant that is defined in
|
||||
/// a Lua script
|
||||
|
||||
Reference in New Issue
Block a user