Remove Svg prefix from enum type

This commit is contained in:
wmayer
2012-11-29 11:52:42 +01:00
parent 55117489b2
commit 98c2c18c84
3 changed files with 8 additions and 8 deletions

View File

@@ -149,7 +149,7 @@ void ProjectionAlgos::execute(void)
}
std::string ProjectionAlgos::getSVG(SvgExtractionType type, float scale, float tolerance)
std::string ProjectionAlgos::getSVG(ExtractionType type, float scale, float tolerance)
{
std::stringstream result;
SVGOutput output;
@@ -251,7 +251,7 @@ std::string ProjectionAlgos::getSVG(SvgExtractionType type, float scale, float t
/* dxf output section - Dan Falck 2011/09/25 */
std::string ProjectionAlgos::getDXF(SvgExtractionType type, float scale, float tolerance)
std::string ProjectionAlgos::getDXF(ExtractionType type, float scale, float tolerance)
{
std::stringstream result;
DXFOutput output;