X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.hpp;h=9dd43886ee4bcc7e699495ef4c3d273e73f92fa2;hp=c65dab78a7006f89c98a26298d754c677c0f1ee9;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=b2650e6978b19c44a6fc375931bc412ad4eefa5b diff --git a/pv/view/timemarker.hpp b/pv/view/timemarker.hpp index c65dab78..9dd43886 100644 --- a/pv/view/timemarker.hpp +++ b/pv/view/timemarker.hpp @@ -14,12 +14,11 @@ * 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 . */ -#ifndef PULSEVIEW_PV_VIEW_MARKER_HPP -#define PULSEVIEW_PV_VIEW_MARKER_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_MARKER_HPP +#define PULSEVIEW_PV_VIEWS_TRACEVIEW_MARKER_HPP #include #include @@ -37,7 +36,8 @@ namespace widgets { class TimestampSpinBox; } -namespace view { +namespace views { +namespace TraceView { class View; @@ -127,7 +127,8 @@ protected: bool updating_value_widget_; }; -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv -#endif // PULSEVIEW_PV_VIEW_MARKER_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_MARKER_HPP