X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Fannotation.cpp;h=7c720430e9d6cf7e6a688fd6c138cad2cd90589b;hb=8e15445ccd6994348eb74b24b5324d26c9be0cce;hp=9a165803fe2381fa7d0d2a40459d1199b26cd1bf;hpb=f32905530347e1020d5ce7959123cf797c9a4829;p=pulseview.git diff --git a/pv/data/decode/annotation.cpp b/pv/data/decode/annotation.cpp index 9a165803..7c720430 100644 --- a/pv/data/decode/annotation.cpp +++ b/pv/data/decode/annotation.cpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ extern "C" { @@ -27,6 +26,8 @@ extern "C" { #include "annotation.hpp" +using std::vector; + namespace pv { namespace data { namespace decode { @@ -64,7 +65,7 @@ int Annotation::format() const return format_; } -const std::vector& Annotation::annotations() const +const vector& Annotation::annotations() const { return annotations_; }