X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Frowitem.hpp;h=79811e70a17f06155d269ff38148b5635e2d4069;hp=1c4878666ffcdc1da371db58d1eaca3c37d375ab;hb=5ed05b699e5367bae21828f533e3d169b9bab348;hpb=7c8b6ad299f4b4cfd5299953aff932316893a372 diff --git a/pv/view/rowitem.hpp b/pv/view/rowitem.hpp index 1c487866..79811e70 100644 --- a/pv/view/rowitem.hpp +++ b/pv/view/rowitem.hpp @@ -14,17 +14,17 @@ * 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_ROWITEM_HPP -#define PULSEVIEW_PV_VIEW_ROWITEM_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_ROWITEM_HPP +#define PULSEVIEW_PV_VIEWS_TRACEVIEW_ROWITEM_HPP -#include "viewitem.hpp" +#include namespace pv { -namespace view { +namespace views { +namespace TraceView { class RowItem : public ViewItem { @@ -34,7 +34,8 @@ public: virtual void hover_point_changed(); }; -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv -#endif // PULSEVIEW_PV_VIEW_ROWITEM_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_ROWITEM_HPP