X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fflag.hpp;h=5dec187c4efa3035c1a36f0926d7225604b8a782;hp=092a4b5a05966e7ec30126cd278fac9e99617d14;hb=6f925ba9d6faf1077b73c5a5808259576081716a;hpb=00f6bae935837b38b0d03a5928ba8175d460413f diff --git a/pv/view/flag.hpp b/pv/view/flag.hpp index 092a4b5..5dec187 100644 --- a/pv/view/flag.hpp +++ b/pv/view/flag.hpp @@ -24,14 +24,15 @@ #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 +class Flag : public TimeMarker, public enable_shared_from_this { Q_OBJECT