X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursor.cpp;h=4f2ef126a83fa357e88f5b6d69872fd0802cc29e;hp=7432e3048e217c20a3e72a4d06bc6f1fffa4b53b;hb=f4e57597347e47a4ea58fbdc7b0a22e07f1c0ede;hpb=90d77e35b43fb7fdffc800945761bf95ba9faf02 diff --git a/pv/view/cursor.cpp b/pv/view/cursor.cpp index 7432e30..4f2ef12 100644 --- a/pv/view/cursor.cpp +++ b/pv/view/cursor.cpp @@ -40,7 +40,8 @@ using std::shared_ptr; using std::numeric_limits; namespace pv { -namespace view { +namespace views { +namespace TraceView { const QColor Cursor::FillColour(52, 101, 164); @@ -97,5 +98,6 @@ shared_ptr Cursor::get_other_cursor() const cursors->second() : cursors->first(); } -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv