]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/GLViewer/GLViewer_Group.cxx
Salome HOME
#18963 Minimize compiler warnings
[modules/gui.git] / src / GLViewer / GLViewer_Group.cxx
index 53e862876dd86656bbaaa3d089d239b76edcd5df..00c738d702b32d63e52f313625d917bfdf19d28d 100644 (file)
@@ -56,7 +56,7 @@ bool GLViewer_Group::isEmpty()
 */
 int GLViewer_Group::count()
 {
-  return myList.size();
+  return (int)myList.size(); //!< TODO: conversion from size_t to int
 }
 
 /*!