X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.cpp;h=3014b4a65a8e6d67adbfaa12d685766d4035302f;hp=b5662e4b6ba32e3ec6b90945f11799cf68cc59ce;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=cbf0f87e496c9d9157591c94dc445aaa960fe79d diff --git a/pv/view/timemarker.cpp b/pv/view/timemarker.cpp index b5662e4..3014b4a 100644 --- a/pv/view/timemarker.cpp +++ b/pv/view/timemarker.cpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #include @@ -38,7 +37,8 @@ using std::max; using std::min; namespace pv { -namespace view { +namespace views { +namespace TraceView { const int TimeMarker::ArrowSize = 4; @@ -191,5 +191,6 @@ void TimeMarker::on_value_changed(const pv::util::Timestamp& value) set_time(value); } -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv