Don't use std:: in the code directly (where possible).
[pulseview.git] / pv / view / flag.hpp
index 092a4b5a05966e7ec30126cd278fac9e99617d14..5dec187c4efa3035c1a36f0926d7225604b8a782 100644 (file)
 
 #include "timemarker.hpp"
 
+using std::enable_shared_from_this;
+
 class QMenu;
 
 namespace pv {
 namespace views {
 namespace TraceView {
 
-class Flag : public TimeMarker,
-       public std::enable_shared_from_this<Flag>
+class Flag : public TimeMarker, public enable_shared_from_this<Flag>
 {
        Q_OBJECT