mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-09 04:07:46 +00:00
forgot proper namespace for Director
This commit is contained in:
parent
d9da17cd35
commit
63371153ae
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ public:
|
|||
virtual ~InstanceContent();
|
||||
|
||||
private:
|
||||
DirectorPtr m_pDirector;
|
||||
Event::DirectorPtr m_pDirector;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue