--- a/src/mainWindow.h Mon Jun 02 13:00:58 2014 +0300 +++ b/src/mainWindow.h Mon Jun 02 13:16:14 2014 +0300 @@ -135,10 +135,10 @@ //! red), -1 if there is no such consensus. int getSelectedColor(); - //! \returns the uniform selected type (i.e. \c LDObject::ELine if everything - //! selected is a line), \c LDObject::EUnidentified if there is no such + //! \returns the uniform selected type (i.e. \c OBJ_Line if everything + //! selected is a line), \c OBJ_Unknown if there is no such //! consensus. - LDObject::Type getUniformSelectedType(); + LDObjectType getUniformSelectedType(); //! Automatically scrolls the object list so that it points to the first //! selected object.