1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-22 08:53:54 +00:00

removing a using directive from a header file

This commit is contained in:
Marc Zinnschlag 2012-04-23 15:29:15 +02:00
parent 35f478071e
commit 9f1199ee7e

View file

@ -18,8 +18,6 @@ namespace MWGui
{ {
class DialogueHistory; class DialogueHistory;
using namespace MyGUI;
class DialogueWindow: public WindowBase class DialogueWindow: public WindowBase
{ {
public: public:
@ -28,7 +26,7 @@ namespace MWGui
void open(); void open();
// Events // Events
typedef delegates::CMultiDelegate0 EventHandle_Void; typedef MyGUI::delegates::CMultiDelegate0 EventHandle_Void;
/** Event : Dialog finished, OK button clicked.\n /** Event : Dialog finished, OK button clicked.\n
signature : void method()\n signature : void method()\n