undoapi: unxlngi6 WaE

This commit is contained in:
Frank Schoenheit [fs] 2010-11-05 09:05:25 +01:00
parent ea516d858b
commit 73d1831a75

View file

@ -248,6 +248,7 @@ namespace
IMPL_STATIC_LINK( MacroExecution, ExecuteMacroEvent, MacroExecutionData*, i_pData )
{
(void)pThis;
ENSURE_OR_RETURN( i_pData, "wrong MacroExecutionData", 0L );
// take ownership of the data
::std::auto_ptr< MacroExecutionData > pData( i_pData );