From 64105cd84307c091e3dd2bea2727edf6bdf58ed6 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 20 Jan 2014 22:09:21 +0100 Subject: fix some errors seen by cppcheck --- src/EtiReader.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/EtiReader.h') diff --git a/src/EtiReader.h b/src/EtiReader.h index 5833a25..b3c1f94 100644 --- a/src/EtiReader.h +++ b/src/EtiReader.h @@ -57,7 +57,7 @@ public: void calculateTimestamp(struct frame_timestamp& ts) { - myTimestampDecoder->calculateTimestamp(ts); + myTimestampDecoder.calculateTimestamp(ts); } /* Return the frame counter */ @@ -85,7 +85,7 @@ protected: eti_TIST eti_tist; FicSource* myFicSource; std::vector mySources; - TimestampDecoder* myTimestampDecoder; + TimestampDecoder myTimestampDecoder; private: size_t myCurrentFrame; -- cgit v1.2.3