Sketcher: fix build failures with MSVC
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user