X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fflag.hpp;h=bc82934e161e5829d5d025f515931c5817a60268;hb=1a2288a1b2479be9001fab6ced8385cfc86c3f69;hp=265621029d3ec99797a26f465abc893b55659c2d;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f;p=pulseview.git diff --git a/pv/view/flag.hpp b/pv/view/flag.hpp index 2656210..bc82934 100644 --- a/pv/view/flag.hpp +++ b/pv/view/flag.hpp @@ -45,7 +45,7 @@ public: * @param time The time to set the flag to. * @param text The text of the marker. */ - Flag(View &view, double time, const QString &text); + Flag(View &view, const pv::util::Timestamp& time, const QString &text); /** * Copy constructor.