Sketcher: fix build failures with MSVC

This commit is contained in:
wmayer
2021-12-29 23:46:31 +01:00
committed by wwmayer
parent e8f723b99c
commit 5663651fd0
4 changed files with 15 additions and 20 deletions

View File

@@ -26,12 +26,6 @@
using namespace Sketcher;
const int GeoEnum::RtPnt;
const int GeoEnum::HAxis;
const int GeoEnum::VAxis;
const int GeoEnum::RefExt;
const int GeoEnum::GeoUndef;
bool GeoElementId::operator==(const GeoElementId& obj) const
{
return this->GeoId == obj.GeoId && this->Pos == obj.Pos;