From df657b8e4ba24c561b96e8ce48811a408474960c Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Tue, 12 Jan 2016 11:12:55 +0100 Subject: VoronoiSplat: renamed internal variables for clarity. --- voronoisplat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'voronoisplat.h') 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 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 -- cgit v1.2.3