summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-10-23 21:22:25 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-10-23 21:22:25 +0100
commit91f0427ea74aec1c30067b7c49bf8fbf086ea4d1 (patch)
tree2d2dcfd42271b94f1af9e34151d4809365a06d0e
parentDunno where this came from (diff)
downloadslicer-91f0427ea74aec1c30067b7c49bf8fbf086ea4d1.tar.bz2
slicer-91f0427ea74aec1c30067b7c49bf8fbf086ea4d1.tar.xz
slicer-91f0427ea74aec1c30067b7c49bf8fbf086ea4d1.zip
Fix conversion type for sqlSource Ice::Short
-rw-r--r--slicer/db/sqlSource.cpp2
1 files changed, 1 insertions, 1 deletions
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<Ice::Byte>(cb);
+ b = boost::numeric_cast<Ice::Short>(cb);
}
void