From: spo Date: Tue, 21 Jun 2016 10:58:33 +0000 (+0300) Subject: Fix compilation X-Git-Tag: V_2.4.0~55 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d0d3e1373a67d3d2a56179669b076c4831c8ca5c;p=modules%2Fshaper.git Fix compilation --- diff --git a/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp b/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp index e0505cc9a..81c62671d 100644 --- a/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp +++ b/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp @@ -64,7 +64,7 @@ void ExchangePlugin_ExportFeature::initAttributes() ModelAPI_Session::get()->validators()->registerNotObligatory(getKind(), ExchangePlugin_ExportFeature::SELECTION_LIST_ID()); ModelAPI_Session::get()->validators()->registerNotObligatory(getKind(), ExchangePlugin_ExportFeature::XAO_AUTHOR_ID()); - ModelAPI_Session::get()->validators()->registerNotObligatory(getKind(), ExchangePlugin_ExportFeature::ExchangePlugin_ExportFeature::XAO_GEOMETRY_NAME_ID()); + ModelAPI_Session::get()->validators()->registerNotObligatory(getKind(), ExchangePlugin_ExportFeature::XAO_GEOMETRY_NAME_ID()); } /*