From 91f0427ea74aec1c30067b7c49bf8fbf086ea4d1 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 23 Oct 2015 21:22:25 +0100 Subject: Fix conversion type for sqlSource Ice::Short --- slicer/db/sqlSource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slicer/db/sqlSource.cpp b/slicer/db/sqlSource.cpp index 0a3b684..d277140 100644 --- a/slicer/db/sqlSource.cpp +++ b/slicer/db/sqlSource.cpp @@ -44,7 +44,7 @@ namespace Slicer { { int64_t cb; column >> cb; - b = boost::numeric_cast(cb); + b = boost::numeric_cast(cb); } void -- cgit v1.2.3