[nostalgia/studio] Get building in MSVC

This commit is contained in:
2020-02-15 11:45:03 -06:00
parent e927c51b61
commit 1ec8d721f1
7 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ bool WizardSelect::isComplete() const {
void WizardSelect::itemSelected(int row) {
auto w = dynamic_cast<Wizard*>(wizard());
if (w and row > -1) {
if (w && row > -1) {
// remove other pages
while (nextId() > -1) {
w->removePage(nextId());