Codefix: Move provider instances to static members. (#14501)
Avoids misnaming in global scope.
This commit is contained in:
@@ -96,6 +96,9 @@ public:
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
private:
|
||||
static SoundLoader_Wav instance;
|
||||
};
|
||||
|
||||
static SoundLoader_Wav s_sound_loader_wav;
|
||||
/* static */ SoundLoader_Wav SoundLoader_Wav::instance{};
|
||||
|
||||
Reference in New Issue
Block a user