Skip to content
Snippets Groups Projects
Commit 0ee15a4a authored by Jan Möbius's avatar Jan Möbius
Browse files

Another size_t fix

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@17118 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 99bae865
Branches
Tags
No related merge requests found
......@@ -146,7 +146,7 @@ void setDataRoot( BaseObject* _root ) {
objectRoot_ = _root;
}
int viewers( ) {
size_t viewers( ) {
return examiner_widgets_.size();
}
......
......@@ -187,7 +187,7 @@ int visibleCount();
/// Get the number of viewers
DLLEXPORT
int viewers( );
size_t viewers( );
/** \brief Disable the core light handling
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment