forked from mirror/openmw-tes3mp
removing a using directive from a header file
This commit is contained in:
parent
35f478071e
commit
9f1199ee7e
1 changed files with 1 additions and 3 deletions
|
@ -18,8 +18,6 @@ namespace MWGui
|
|||
{
|
||||
class DialogueHistory;
|
||||
|
||||
using namespace MyGUI;
|
||||
|
||||
class DialogueWindow: public WindowBase
|
||||
{
|
||||
public:
|
||||
|
@ -28,7 +26,7 @@ namespace MWGui
|
|||
void open();
|
||||
|
||||
// Events
|
||||
typedef delegates::CMultiDelegate0 EventHandle_Void;
|
||||
typedef MyGUI::delegates::CMultiDelegate0 EventHandle_Void;
|
||||
|
||||
/** Event : Dialog finished, OK button clicked.\n
|
||||
signature : void method()\n
|
||||
|
|
Loading…
Reference in a new issue