mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
forgot proper namespace for Director
This commit is contained in:
parent
137cc944b3
commit
fa662d30b8
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