src/mainWindow.h

changeset 786
71d786ce0dcc
parent 784
f82ab4d3c7b4
child 787
67cc5b47bbff
--- 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.

mercurial