Compare commits

...

1 Commits

Author SHA1 Message Date
e097379c21 x2t vesion up 2.0.3.435 2017-02-03 15:27:12 +03:00
2 changed files with 3 additions and 2 deletions

View File

@ -119,7 +119,8 @@ namespace PPTX
if ((pDiagramDrawing) && (pDiagramDrawing->m_oShapeTree.IsInit()))
{
m_diag = pDiagramDrawing->m_oShapeTree;
m_oCommonRels = smart_ptr<PPTX::CCommonRels>(dynamic_cast<PPTX::CCommonRels*>(pDiagramDrawing));
m_oCommonRels = smart_ptr<PPTX::CCommonRels>( new PPTX::CCommonRels());
m_oCommonRels->_read(pDiagramDrawing->m_oReadPath);
}
else
{

View File

@ -7,7 +7,7 @@
QT -= core
QT -= gui
VERSION = 2.0.3.434
VERSION = 2.0.3.435
DEFINES += INTVER=$$VERSION
TARGET = x2t