Fix error after merge.

This commit is contained in:
Roman Telezhynskyi 2017-05-09 18:36:39 +03:00
parent c0d79afb85
commit 67a54b8f3d

View file

@ -42,8 +42,6 @@
const double VGObject::accuracyPointOnLine = (0.031/*mm*/ / 25.4) * PrintDPI;
double VGObject::accuracyPointOnLine = (0.5/*mm*/ / 25.4) * PrintDPI;
//---------------------------------------------------------------------------------------------------------------------
/**
* @brief VGObject default constructor.