Don't use std:: in the code directly (where possible).
[pulseview.git] / pv / view / tracegroup.hpp
index 80fc5fc00ccd46ac848e4a18478ddca3034e2a38..b00d5bf5a06faf3ed131ecc2805f3ce13ee07736 100644 (file)
@@ -23,6 +23,8 @@
 #include "tracetreeitem.hpp"
 #include "tracetreeitemowner.hpp"
 
 #include "tracetreeitem.hpp"
 #include "tracetreeitemowner.hpp"
 
+using std::pair;
+
 namespace pv {
 namespace views {
 namespace TraceView {
 namespace pv {
 namespace views {
 namespace TraceView {
@@ -72,7 +74,7 @@ public:
         * Computes the vertical extents of the contents of this row item.
         * @return A pair containing the minimum and maximum y-values.
         */
         * Computes the vertical extents of the contents of this row item.
         * @return A pair containing the minimum and maximum y-values.
         */
-       std::pair<int, int> v_extents() const;
+       pair<int, int> v_extents() const;
 
        /**
         * Paints the signal label.
 
        /**
         * Paints the signal label.