From: Joel Holdsworth Date: Sat, 4 Jul 2015 17:08:31 +0000 (+0100) Subject: RowItem: Corrected header guard X-Git-Tag: pulseview-0.3.0~102 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=ad9878719346557768d2c468cc58319e4965e0a5;hp=a7e53a4a73d5775589b8f1336a1f2feec7a60488 RowItem: Corrected header guard --- diff --git a/pv/view/rowitem.hpp b/pv/view/rowitem.hpp index 331acdde..c8f10976 100644 --- a/pv/view/rowitem.hpp +++ b/pv/view/rowitem.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_VIEW_HEADERITEM_HPP -#define PULSEVIEW_PV_VIEW_HEADERITEM_HPP +#ifndef PULSEVIEW_PV_VIEW_ROWITEM_HPP +#define PULSEVIEW_PV_VIEW_ROWITEM_HPP #include @@ -127,4 +127,4 @@ private: } // namespace view } // namespace pv -#endif // PULSEVIEW_PV_VIEW_HEADERITEM_HPP +#endif // PULSEVIEW_PV_VIEW_ROWITEM_HPP