X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fviewitempaintparams.hpp;h=354d8c5cfe3edc976df6e83645712453f4e8a683;hp=460bd6c94db8d33a263d433498158310ab273419;hb=f4e57597347e47a4ea58fbdc7b0a22e07f1c0ede;hpb=60d9b99a32e551cffd2b537d3e157d578a761c9b diff --git a/pv/view/viewitempaintparams.hpp b/pv/view/viewitempaintparams.hpp index 460bd6c9..354d8c5c 100644 --- a/pv/view/viewitempaintparams.hpp +++ b/pv/view/viewitempaintparams.hpp @@ -18,15 +18,17 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_VIEW_ROWITEMPAINTPARAMS_HPP -#define PULSEVIEW_PV_VIEW_ROWITEMPAINTPARAMS_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_VIEWITEMPAINTPARAMS_HPP +#define PULSEVIEW_PV_VIEWS_TRACEVIEW_VIEWITEMPAINTPARAMS_HPP #include "pv/util.hpp" #include +#include namespace pv { -namespace view { +namespace views { +namespace TraceView { class ViewItemPaintParams { @@ -85,7 +87,8 @@ private: pv::util::Timestamp offset_; }; -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv -#endif // PULSEVIEW_PV_VIEW_ROWITEMPAINTPARAMS_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_VIEWITEMPAINTPARAMS_HPP