commit 72be5268b0d324ba9e412f2427b279969937c5dc parent 755f48c5fb9887954dc19f9c00145ae360ab2cec Author: cfillion <cfillion@users.noreply.github.com> Date: Mon, 6 Jun 2016 20:01:09 -0700 manager: fix windows build Diffstat:
M | src/manager.cpp | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/manager.cpp b/src/manager.cpp @@ -108,7 +108,7 @@ void Manager::onCommand(const int id, int) // IDOK -> continue to next case (IDCANCEL) } else { - setChange(-m_uninstall.size()); + setChange(-(int)m_uninstall.size()); m_uninstall.clear(); refresh(); break;