This commit is contained in:
rusefi 2020-08-26 20:49:21 -04:00
parent c27a79760c
commit fa11b969ad
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ EXTERN_ENGINE;
static LoggingWithStorage logger("Engine Controller");
/**
* todo: this should probably become 'static', i.e. private, and propagated around explicitly?
* Would love to pass reference to configuration object into constructor but C++ does allow attributes after parenthesized initializer
*/
Engine ___engine CCM_OPTIONAL;
Engine * engine = &___engine;