From 0e232a1db450d08a662be16279607730b049eb4d Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Wed, 10 Feb 2016 13:03:22 -0200 Subject: Fixed issue #20; also removed some unused #include. --- manipulationhandler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manipulationhandler.h') diff --git a/manipulationhandler.h b/manipulationhandler.h index e099da8..f900ec8 100644 --- a/manipulationhandler.h +++ b/manipulationhandler.h @@ -33,8 +33,9 @@ public slots: void setRewind(double t); private: - arma::mat m_X, m_Y, m_prevY, m_firstY; + arma::mat m_X, m_Y, m_firstY, m_prevY; arma::uvec m_cpIndices, m_rpIndices; + bool m_hasFirst, m_hasPrev; Technique m_technique; }; -- cgit v1.2.3