comparison OrthancServer/SliceOrdering.h @ 2028:d108412411e5

fix msvc warnings
author sjodogne
date Mon, 20 Jun 2016 14:07:29 +0200
parents b1291df2f780
children a3a65de1840f
comparison
equal deleted inserted replaced
2026:d46746607ae0 2028:d108412411e5
40 { 40 {
41 private: 41 private:
42 typedef float Vector[3]; 42 typedef float Vector[3];
43 43
44 struct Instance; 44 struct Instance;
45 struct PositionComparator; 45 class PositionComparator;
46 46
47 ServerIndex& index_; 47 ServerIndex& index_;
48 std::string seriesId_; 48 std::string seriesId_;
49 bool hasNormal_; 49 bool hasNormal_;
50 Vector normal_; 50 Vector normal_;