X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Fmodification.cpp;fp=src%2Fbase%2Fmodification.cpp;h=5e7f93762adce905b2cf063bb35458e94ba1c839;hb=a18a12fc3bcb18e5c7ca5494d7f97fb8b93f90a2;hp=9cac119726fc5d8492623222baefbff7462a269d;hpb=5adb444f3e523d3fd028617ced72d1ea6661db21;p=architektonas diff --git a/src/base/modification.cpp b/src/base/modification.cpp index 9cac119..5e7f937 100644 --- a/src/base/modification.cpp +++ b/src/base/modification.cpp @@ -39,11 +39,12 @@ Modification::Modification(EntityContainer & container, GraphicView * graphicView, bool handleUndo) { - this->container = &container; - this->graphicView = graphicView; - this->handleUndo = handleUndo; - graphic = container.getGraphic(); - document = container.getDocument(); + this->container = &container; + this->graphicView = graphicView; + this->handleUndo = handleUndo; +#warning "!!! Need to rename graphic to drawing !!!" + graphic = container.GetDrawing(); + document = container.getDocument(); } /**