Make SelectSkillDialog use the new WindowBase

This commit is contained in:
Jan-Peter Nilsson 2010-11-06 11:41:41 +01:00
parent 8f334d1df2
commit 12dee62307
2 changed files with 3 additions and 6 deletions

View file

@ -215,7 +215,7 @@ namespace MWGui
ESM::Attribute::AttributeID attributeId;
};
class SelectSkillDialog : public OEngine::GUI::Layout
class SelectSkillDialog : public WindowBase
{
public:
SelectSkillDialog(MWWorld::Environment& environment, MyGUI::IntSize gameWindowSize);