]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix compilation
authorspo <sergey.pokhodenko@opencascade.com>
Tue, 21 Jun 2016 10:58:33 +0000 (13:58 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Wed, 22 Jun 2016 11:06:02 +0000 (14:06 +0300)
src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp

index e0505cc9aff093519952c06241c9235b34d13ae2..81c62671d95e8ffb77f6ba63cee5a25ea0c840c7 100644 (file)
@@ -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());
 }
 
 /*