From 3ed4af999487a1d7d851032b7a762bcda6e959cc Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sun, 26 Jul 2015 19:11:41 -0600 Subject: [PATCH 1/1] ViewItemPaintParams: Fixed header guard --- pv/view/viewitempaintparams.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pv/view/viewitempaintparams.hpp b/pv/view/viewitempaintparams.hpp index 460bd6c9..87e9d0e6 100644 --- a/pv/view/viewitempaintparams.hpp +++ b/pv/view/viewitempaintparams.hpp @@ -18,8 +18,8 @@ * 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_VIEW_VIEWITEMPAINTPARAMS_HPP +#define PULSEVIEW_PV_VIEW_VIEWITEMPAINTPARAMS_HPP #include "pv/util.hpp" @@ -88,4 +88,4 @@ private: } // namespace view } // namespace pv -#endif // PULSEVIEW_PV_VIEW_ROWITEMPAINTPARAMS_HPP +#endif // PULSEVIEW_PV_VIEW_VIEWITEMPAINTPARAMS_HPP -- 2.30.2