diff widgets/SubdividingMenu.cpp @ 946:36cddc3de023 alignment_view

Merge from default branch
author Chris Cannam
date Mon, 20 Apr 2015 09:19:52 +0100
parents 4a578a360011
children edfc38ade098
line wrap: on
line diff
--- a/widgets/SubdividingMenu.cpp	Thu Jan 15 16:00:53 2015 +0000
+++ b/widgets/SubdividingMenu.cpp	Mon Apr 20 09:19:52 2015 +0100
@@ -53,7 +53,7 @@
 {
     m_entriesSet = true;
 
-    int total = entries.size();
+    int total = int(entries.size());
         
     if (total < m_upperLimit) return;