aboutsummaryrefslogtreecommitdiff
path: root/voronoisplat.h
diff options
context:
space:
mode:
Diffstat (limited to 'voronoisplat.h')
-rw-r--r--voronoisplat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/voronoisplat.h b/voronoisplat.h
index 5663f8b..9859e8d 100644
--- a/voronoisplat.h
+++ b/voronoisplat.h
@@ -58,7 +58,7 @@ private:
std::vector<float> m_sites, m_values, m_cmap;
QSize m_size;
- bool m_sitesUpdated, m_valuesUpdated, m_colormapUpdated;
+ bool m_sitesChanged, m_valuesChanged, m_colormapChanged;
};
#endif // VORONOISPLAT_H