mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
новая версия
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62423 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
d0993d263a
commit
cfefcad405
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user