]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Popup menus are different for imported table and table included in stored study RELIQUAT_4x_25102008 V4_1_0_maintainance_20081024 V4_1_0_maintainance_20081027 V4_1_0_maintainance_20081028
authordmv <dmv@opencascade.com>
Thu, 23 Oct 2008 09:26:11 +0000 (09:26 +0000)
committerdmv <dmv@opencascade.com>
Thu, 23 Oct 2008 09:26:11 +0000 (09:26 +0000)
src/VISU_I/VISU_Gen_i.cc

index bfae3dcc0e68d99423090d3a65314d69719f70d0..a06c271946d191c69f8c5ba86c738120840cebfd 100644 (file)
@@ -218,6 +218,7 @@ namespace VISU
     Storable::RegistryStorableEngine(ColoredPrs3dCache_i::myComment.c_str(),&(ColoredPrs3dCache_i::StorableEngine));
 
     Storable::RegistryStorableEngine(Table_i::myComment.c_str(),&(Table_i::StorableEngine));
+    Storable::RegistryStorableEngine(PointMap3d_i::myComment.c_str(),&(PointMap3d_i::StorableEngine));
     Storable::RegistryStorableEngine(Curve_i::myComment.c_str(),&(Curve_i::StorableEngine));
     Storable::RegistryStorableEngine(Container_i::myComment.c_str(),&(Container_i::StorableEngine));
   }