diff OrthancServer/ServerIndex.cpp @ 585:b2357f1f026f

fix types
author jodogne
date Tue, 01 Oct 2013 16:38:14 +0200
parents 2c739f76d0bb
children ec0b7a51d7bd
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.cpp	Mon Sep 30 17:46:03 2013 +0200
+++ b/OrthancServer/ServerIndex.cpp	Tue Oct 01 16:38:14 2013 +0200
@@ -584,7 +584,7 @@
 
 
 
-  SeriesStatus ServerIndex::GetSeriesStatus(int id)
+  SeriesStatus ServerIndex::GetSeriesStatus(int64_t id)
   {
     // Get the expected number of instances in this series (from the metadata)
     std::string s = db_->GetMetadata(id, MetadataType_Series_ExpectedNumberOfInstances);