diff OrthancServer/ServerIndex.h @ 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.h	Mon Sep 30 17:46:03 2013 +0200
+++ b/OrthancServer/ServerIndex.h	Tue Oct 01 16:38:14 2013 +0200
@@ -78,7 +78,7 @@
     void MainDicomTagsToJson(Json::Value& result,
                              int64_t resourceId);
 
-    SeriesStatus GetSeriesStatus(int id);
+    SeriesStatus GetSeriesStatus(int64_t id);
 
     bool IsRecyclingNeeded(uint64_t instanceSize);