Don't use std:: in the code directly (where possible).
[pulseview.git] / pv / data / decode / annotation.cpp
index e47f8f03732ca82929ae6489755f4089f3519665..7c720430e9d6cf7e6a688fd6c138cad2cd90589b 100644 (file)
@@ -26,6 +26,8 @@ extern "C" {
 
 #include "annotation.hpp"
 
+using std::vector;
+
 namespace pv {
 namespace data {
 namespace decode {
@@ -63,7 +65,7 @@ int Annotation::format() const
        return format_;
 }
 
-const std::vector<QString>& Annotation::annotations() const
+const vector<QString>& Annotation::annotations() const
 {
        return annotations_;
 }