mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
Projucer: Fixed a few uninitialised variables
This commit is contained in:
parent
2fbbb59fef
commit
6b315c4e15
1 changed files with 3 additions and 3 deletions
|
|
@ -163,8 +163,8 @@ private:
|
|||
void setEditorColourScheme (int index, bool saveSetting);
|
||||
void updateEditorColourSchemeIfNeeded();
|
||||
|
||||
int selectedColourSchemeIndex;
|
||||
int selectedColourSchemeIndex = 0;
|
||||
|
||||
int selectedEditorColourSchemeIndex;
|
||||
int numEditorColourSchemes;
|
||||
int selectedEditorColourSchemeIndex = 0;
|
||||
int numEditorColourSchemes = 0;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue