X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftracegroup.hpp;h=b00d5bf5a06faf3ed131ecc2805f3ce13ee07736;hp=80fc5fc00ccd46ac848e4a18478ddca3034e2a38;hb=6f925ba9d6faf1077b73c5a5808259576081716a;hpb=00f6bae935837b38b0d03a5928ba8175d460413f diff --git a/pv/view/tracegroup.hpp b/pv/view/tracegroup.hpp index 80fc5fc..b00d5bf 100644 --- a/pv/view/tracegroup.hpp +++ b/pv/view/tracegroup.hpp @@ -23,6 +23,8 @@ #include "tracetreeitem.hpp" #include "tracetreeitemowner.hpp" +using std::pair; + 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. */ - std::pair v_extents() const; + pair v_extents() const; /** * Paints the signal label.