X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursor.hpp;h=319d3a746aaae4f74c254cfb294891bd3025efae;hp=e64beaa9f626d68e6de7ebcd090231a6f73892da;hb=f420385094dc7392e6bcec494d800f1d4b34f082;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f diff --git a/pv/view/cursor.hpp b/pv/view/cursor.hpp index e64beaa9..319d3a74 100644 --- a/pv/view/cursor.hpp +++ b/pv/view/cursor.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_VIEW_CURSOR_HPP -#define PULSEVIEW_PV_VIEW_CURSOR_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_CURSOR_HPP +#define PULSEVIEW_PV_VIEWS_TRACEVIEW_CURSOR_HPP #include "timemarker.hpp" @@ -30,7 +30,8 @@ class QPainter; namespace pv { -namespace view { +namespace views { +namespace TraceView { class Cursor : public TimeMarker { @@ -69,7 +70,8 @@ private: std::shared_ptr get_other_cursor() const; }; -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv -#endif // PULSEVIEW_PV_VIEW_CURSOR_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_CURSOR_HPP