aboutsummaryrefslogtreecommitdiffstats
path: root/stats/statsstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'stats/statsstate.h')
-rw-r--r--stats/statsstate.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/stats/statsstate.h b/stats/statsstate.h
index d4713d414..1d8fe0b05 100644
--- a/stats/statsstate.h
+++ b/stats/statsstate.h
@@ -19,7 +19,8 @@ enum class ChartType {
HistogramValue,
HistogramBox,
HistogramStacked,
- ScatterPlot
+ ScatterPlot,
+ Invalid
};
enum class ChartSubType {
@@ -35,6 +36,7 @@ enum class ChartSubType {
Count
};
+struct ChartTypeDesc; // Internal implementation detail
struct StatsVariable;
struct StatsBinner;
enum class StatsOperation : int;
@@ -111,9 +113,6 @@ public:
StatsOperation var2Operation;
private:
void validate(bool varChanged);
- bool var1Binned;
- bool var2Binned;
- bool var2HasOperations;
int chartFeatures;
};