]> sigrok.org Git - pulseview.git/commitdiff
ViewItemPaintParams: Fixed header guard
authorJoel Holdsworth <redacted>
Mon, 27 Jul 2015 01:11:41 +0000 (19:11 -0600)
committerUwe Hermann <redacted>
Wed, 7 Oct 2015 14:22:28 +0000 (16:22 +0200)
pv/view/viewitempaintparams.hpp

index 460bd6c94db8d33a263d433498158310ab273419..87e9d0e63b5447a442f89d70ddbca5f5b6c29e4e 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
  * 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"
 
 
 #include "pv/util.hpp"
 
@@ -88,4 +88,4 @@ private:
 } // namespace view
 } // namespace pv
 
 } // namespace view
 } // namespace pv
 
-#endif // PULSEVIEW_PV_VIEW_ROWITEMPAINTPARAMS_HPP
+#endif // PULSEVIEW_PV_VIEW_VIEWITEMPAINTPARAMS_HPP