]> Shamusworld >> Repos - architektonas/blobdiff - src/base/creation.cpp
In the middle of chasing down MDI not activating bug, renaming of Graphic to
[architektonas] / src / base / creation.cpp
index 55051b4d6b31474b47f5990ae4c88c8a5c6bd3e0..eb1c7c7311e172a6b74230d63d45bb1629441102 100644 (file)
@@ -41,7 +41,8 @@ Creation::Creation(EntityContainer * container, GraphicView * graphicView,
 
        if (container != NULL)
        {
-               graphic = container->getGraphic();
+#warning "!!! need to rename graphic to drawing !!!"
+               graphic = container->GetDrawing();
                document = container->getDocument();
        }
        else