]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/viewitemiterator.hpp
Fix a few #include guard inconsistencies.
[pulseview.git] / pv / views / trace / viewitemiterator.hpp
index 88600d08982660f2eb4ee99f52c59f5590228a91..f94efa90964ef376ca383a8741573a6bc8685015 100644 (file)
@@ -17,8 +17,8 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_VIEWITEMITERATOR_HPP
-#define PULSEVIEW_PV_VIEWS_TRACEVIEW_VIEWITEMITERATOR_HPP
+#ifndef PULSEVIEW_PV_VIEWS_TRACE_VIEWITEMITERATOR_HPP
+#define PULSEVIEW_PV_VIEWS_TRACE_VIEWITEMITERATOR_HPP
 
 #include <algorithm>
 #include <cassert>
@@ -129,4 +129,4 @@ void swap(ViewItemIterator<Owner, Item>& a, ViewItemIterator<Owner, Item>& b)
 } // namespace views
 } // namespace pv
 
-#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_VIEWITEMITERATOR_HPP
+#endif // PULSEVIEW_PV_VIEWS_TRACE_VIEWITEMITERATOR_HPP