mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-06 19:01:21 +03:00
Make SelectSkillDialog use the new WindowBase
This commit is contained in:
parent
8f334d1df2
commit
12dee62307
2 changed files with 3 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue