Minor updates:

- Rename function ApplicationCore::GetProcessName -> GetFileName
- Correct misspelled variable "Persistent" in CSelectableCore::Init
- Clear compiler warning: Persistent not initialised
This commit is contained in:
2023-07-07 11:01:56 +02:00
parent 7dfdfdb4ce
commit 851a911c6d
3 changed files with 18 additions and 18 deletions

View File

@@ -82,7 +82,7 @@ public:
// Manage Config File
bool ReadParam( int argc, char *argv[] );
void GetProcessName( char ** ProcessName, char * pFilePath );
void GetFileName( char ** ProcessName, char * pFilePath );
bool LoadConfig();
bool SaveConfig();