X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fdecoderstack.h;h=e2139f5b5ca94969e4d704a6cc50ae8024af78c4;hb=54c9f681a95aec6e746b9e5e567a2220ee8322b7;hp=58dd887145c62cc6bb98dfa18d43c316112b649b;hpb=db62bbfda512aeddca5b9d7b5960e9cf24b8859c;p=pulseview.git diff --git a/pv/data/decoderstack.h b/pv/data/decoderstack.h index 58dd8871..e2139f5b 100644 --- a/pv/data/decoderstack.h +++ b/pv/data/decoderstack.h @@ -43,16 +43,12 @@ namespace pv { namespace view { class LogicSignal; - -namespace decode { -class Annotation; -} - } namespace data { namespace decode { +class Annotation; class Decoder; } @@ -78,7 +74,7 @@ public: int64_t samples_decoded() const; - const std::vector annotations() const; + const std::vector annotations() const; QString error_message(); @@ -111,7 +107,7 @@ private: mutable boost::mutex _mutex; int64_t _samples_decoded; - std::vector _annotations; + std::vector _annotations; QString _error_message; boost::thread _decode_thread;