diff OrthancServer/SliceOrdering.h @ 2028:d108412411e5

fix msvc warnings
author sjodogne
date Mon, 20 Jun 2016 14:07:29 +0200
parents b1291df2f780
children a3a65de1840f
line wrap: on
line diff
--- a/OrthancServer/SliceOrdering.h	Mon Jun 20 13:48:36 2016 +0200
+++ b/OrthancServer/SliceOrdering.h	Mon Jun 20 14:07:29 2016 +0200
@@ -42,7 +42,7 @@
     typedef float Vector[3];
 
     struct Instance;
-    struct PositionComparator;
+    class  PositionComparator;
 
     ServerIndex&             index_;
     std::string              seriesId_;