Remove old & undocumented MSVC 6 workaround
svn-id: r48561
This commit is contained in:
parent
96ccd4abcc
commit
3a8366526b
2 changed files with 3 additions and 10 deletions
|
@ -49,10 +49,6 @@
|
|||
using GUI::CommandSender;
|
||||
using GUI::StaticTextWidget;
|
||||
using GUI::kCloseCmd;
|
||||
using GUI::WIDGET_ENABLED;
|
||||
|
||||
typedef GUI::OptionsDialog GUI_OptionsDialog;
|
||||
typedef GUI::Dialog GUI_Dialog;
|
||||
|
||||
enum {
|
||||
kSaveCmd = 'SAVE',
|
||||
|
@ -323,7 +319,7 @@ void ConfigDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 data)
|
|||
#endif
|
||||
break;
|
||||
default:
|
||||
GUI_OptionsDialog::handleCommand (sender, cmd, data);
|
||||
GUI::OptionsDialog::handleCommand (sender, cmd, data);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue