Salome HOME
Copyright update 2022
[modules/gui.git] / src / LightApp / LightApp_Selection.h
index 85d297f8fdeeb696522b9c338456f3c65e04eb6f..64491dcb263202dfb55ece88d49afd9913459e00 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2019  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2022  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -45,7 +45,7 @@ class SUIT_ViewWindow;
 class LIGHTAPP_EXPORT LightApp_Selection : public QtxPopupSelection
 {
 protected:
-  typedef enum { OI_Entry, OI_Reference, OI_User } ObjectInformation;
+  typedef enum { OI_Entry, OI_Reference, OI_RefEntry, OI_User } ObjectInformation;
 
 public:
   LightApp_Selection();