новая версия

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62423 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Oleg.Korshul
2015-05-07 13:40:49 +00:00
committed by Alexander Trofimov
parent d0993d263a
commit cfefcad405

View File

@ -2269,9 +2269,9 @@ namespace NSEditorApi
IMenuEventDataBase* m_pData;
public:
CAscMenuEvent()
CAscMenuEvent(int nType = -1)
{
m_nType = -1;
m_nType = nType;
m_pData = NULL;
}
virtual ~CAscMenuEvent()