X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecoderstack.h;h=58dd887145c62cc6bb98dfa18d43c316112b649b;hp=dc656f91f7f9b503ff13a850cc35e0328a68a3f5;hb=db62bbfda512aeddca5b9d7b5960e9cf24b8859c;hpb=6ad174e055b76e5dd68014382c80f7137e8320b9 diff --git a/pv/data/decoderstack.h b/pv/data/decoderstack.h index dc656f9..58dd887 100644 --- a/pv/data/decoderstack.h +++ b/pv/data/decoderstack.h @@ -78,8 +78,7 @@ public: int64_t samples_decoded() const; - const std::vector< boost::shared_ptr > - annotations() const; + const std::vector annotations() const; QString error_message(); @@ -112,8 +111,7 @@ private: mutable boost::mutex _mutex; int64_t _samples_decoded; - std::vector< boost::shared_ptr > - _annotations; + std::vector _annotations; QString _error_message; boost::thread _decode_thread;