GeneralConfigPane: rename cpu_cores to m_cpu_cores

This commit is contained in:
Lioncash
2016-11-04 21:57:46 -04:00
parent 5d4c714662
commit 07e3835a49
2 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@ private:
int CPUid;
wxString name;
};
std::vector<CPUCore> cpu_cores;
std::vector<CPUCore> m_cpu_cores;
void InitializeGUI();
void LoadGUIValues();
void RefreshGUI();