OSDN Git Service

[denncoCreator] fixed a crash bug.
[dennco/denncoCreator.git] / Source / dccontainersaver.cpp
index abd72fa..8691b46 100644 (file)
@@ -147,7 +147,7 @@ QDomDocument* constructDocumentForPage(DCContainer *conteinr, const DCVCPage *pa
 
         QDomElement aCellCodeTag = doc->createElement("a");
         aCellCodeTag.setAttribute("parameter", "cellcode");
-        if (cell->getIsCellCodeClassAssgined())
+        if (cell->getIsCellCodeAssgined())
         {
             aCellCodeTag.setAttribute("href", QString::fromStdString(cell->getCellCode()->getFQNName()));
         }