mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-02 10:16:50 +02:00
RetroFE constructor arguments set to pass by reference.
This commit is contained in:
@@ -50,7 +50,7 @@ int main(int argc, char *argv[])
|
||||
return -1;
|
||||
}
|
||||
|
||||
RetroFE p(cdb, &config);
|
||||
RetroFE p(*cdb, config);
|
||||
|
||||
if(p.Initialize())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user