Commit 52777e36 authored by Maxim Kadushkin's avatar Maxim Kadushkin

refactoring

parent 7b7e9f3e
...@@ -2318,9 +2318,9 @@ namespace NSEditorApi ...@@ -2318,9 +2318,9 @@ namespace NSEditorApi
public: public:
CAscMenuEvent(int nType = -1) CAscMenuEvent(int nType = -1)
: m_nType(nType)
, m_pData(NULL)
{ {
m_nType = nType;
m_pData = NULL;
} }
virtual ~CAscMenuEvent() virtual ~CAscMenuEvent()
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment