forked from mirror/openmw-tes3mp
Remove unnecessary dependency on MWScrollBar
This commit is contained in:
parent
ef5838df7e
commit
7b954e8cc3
1 changed files with 1 additions and 6 deletions
|
@ -8,11 +8,6 @@
|
||||||
namespace MWGui
|
namespace MWGui
|
||||||
{
|
{
|
||||||
|
|
||||||
namespace Widgets
|
|
||||||
{
|
|
||||||
class MWScrollBar;
|
|
||||||
}
|
|
||||||
|
|
||||||
class WaitDialogProgressBar : public WindowBase
|
class WaitDialogProgressBar : public WindowBase
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -51,7 +46,7 @@ namespace MWGui
|
||||||
MyGUI::Button* mUntilHealedButton;
|
MyGUI::Button* mUntilHealedButton;
|
||||||
MyGUI::Button* mWaitButton;
|
MyGUI::Button* mWaitButton;
|
||||||
MyGUI::Button* mCancelButton;
|
MyGUI::Button* mCancelButton;
|
||||||
MWGui::Widgets::MWScrollBar* mHourSlider;
|
MyGUI::ScrollBar* mHourSlider;
|
||||||
|
|
||||||
TimeAdvancer mTimeAdvancer;
|
TimeAdvancer mTimeAdvancer;
|
||||||
bool mSleeping;
|
bool mSleeping;
|
||||||
|
|
Loading…
Reference in a new issue