Skip to content

Commit

Permalink
Fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 14, 2018
1 parent 659e39d commit c2838d1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -127,7 +127,7 @@ DENG_GUI_PIMPL(AudioSettingsDialog)
<< *LabelWidget::newWithText("SFX Plugin:", backendBase) << *soundPlugin
<< *LabelWidget::newWithText("Music Plugin:", backendBase) << *musicPlugin;
#if defined (WIN32)
layout << *LabelWidget::newWithText(tr("CD Plugin:" ), backendBase) << *d->cdPlugin;
layout << *LabelWidget::newWithText(tr("CD Plugin:" ), backendBase) << *cdPlugin;
#endif
layout << *LabelWidget::newWithText("FMOD Output:", backendBase) << Const(0)
<< *LabelWidget::newWithText("FMOD Speakers:", backendBase)
Expand Down

0 comments on commit c2838d1

Please sign in to comment.