Linux compile fixes

p4#: 20663
This commit is contained in:
CeetronResInsight
2013-02-28 09:59:36 +01:00
parent 0993a8984d
commit c0a578678d
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ public:
private:
static double discretize(double scalarValue, const std::set<double>& sortedLevels);
friend ScalarMapperDiscreteLog;
friend class ScalarMapperDiscreteLog;
};
}