Fix effc++ warnings in control.h
This commit is contained in:
parent
919099c757
commit
bf1c7eef18
2 changed files with 21 additions and 26 deletions
|
@ -952,9 +952,8 @@ void Config::SetStartUp(void (*_function)(void)) {
|
|||
_start_function=_function;
|
||||
}
|
||||
|
||||
|
||||
void Config::StartUp(void) {
|
||||
initialised=true;
|
||||
void Config::StartUp()
|
||||
{
|
||||
(*_start_function)();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue