mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use less generic names to work-around msvc compilation failure
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
#include "RiuQtChartView.h"
|
||||
|
||||
#include "cafAppEnum.h"
|
||||
#include "cafPdmField.h"
|
||||
#include "cafPdmFieldCvfColor.h"
|
||||
|
||||
@@ -44,8 +45,8 @@ class RimStatisticsPlot : public RimPlotWindow
|
||||
public:
|
||||
enum class HistogramFrequencyType
|
||||
{
|
||||
ABSOLUTE,
|
||||
RELATIVE
|
||||
ABSOLUTE_FREQUENCY,
|
||||
RELATIVE_FREQUENCY
|
||||
};
|
||||
|
||||
RimStatisticsPlot();
|
||||
|
||||
Reference in New Issue
Block a user