mirror of https://github.com/stella-emu/stella.git
Fix typo causing a crash.
This commit is contained in:
parent
9ad47ae5f3
commit
1fcd5eed40
|
@ -45,7 +45,7 @@ class AboutDialog : public Dialog
|
||||||
ButtonWidget* myPrevButton{nullptr};
|
ButtonWidget* myPrevButton{nullptr};
|
||||||
|
|
||||||
StaticTextWidget* myTitle{nullptr};
|
StaticTextWidget* myTitle{nullptr};
|
||||||
vector<StaticTextWidget*> myDesc{nullptr};
|
vector<StaticTextWidget*> myDesc;
|
||||||
vector<string> myDescStr;
|
vector<string> myDescStr;
|
||||||
|
|
||||||
int myPage{1};
|
int myPage{1};
|
||||||
|
|
Loading…
Reference in New Issue