Several fixes of warnings/clang tidy
This commit is contained in:
parent
2f527a8380
commit
880903db5f
15 changed files with 58 additions and 67 deletions
|
|
@ -17,10 +17,7 @@ ModuleRegistry& Leon::GetModuleRegistry()
|
|||
return registry;
|
||||
}
|
||||
|
||||
Module::Module()
|
||||
{
|
||||
|
||||
}
|
||||
Module::Module() = default;
|
||||
|
||||
ModuleInstance::ModuleInstance()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue