X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_dimdiametric.cpp;h=81135da40609633c867b94e398c63324414961fb;hb=3f46c180da0806c9c263e6d87d0f1404632402da;hp=7e60a2676f0a059f1d41f3f16591c2390e506ba9;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/base/rs_dimdiametric.cpp b/src/base/rs_dimdiametric.cpp index 7e60a26..81135da 100644 --- a/src/base/rs_dimdiametric.cpp +++ b/src/base/rs_dimdiametric.cpp @@ -16,7 +16,7 @@ #include "rs_text.h" #include "rs_solid.h" -#include "rs_graphic.h" +#include "drawing.h" #include "rs_units.h" /** @@ -70,7 +70,7 @@ QString RS_DimDiametric::getMeasuredLabel() // Definitive dimension line: double dist = data.definitionPoint.distanceTo(edata.definitionPoint); - RS_Graphic* graphic = getGraphic(); + Drawing* graphic = getGraphic(); QString ret; if (graphic!=NULL) {