Modified header guards to match file names
[pulseview.git] / pv / data / segment.hpp
index a754eab2604eb4918a1b20c2efb1ac2700f462a9..bfb10292f47172edaf1e9cbf4739eb0cc55e8e22 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef PULSEVIEW_PV_DATA_SNAPSHOT_H
-#define PULSEVIEW_PV_DATA_SNAPSHOT_H
+#ifndef PULSEVIEW_PV_DATA_SNAPSHOT_HPP
+#define PULSEVIEW_PV_DATA_SNAPSHOT_HPP
 
 #include <thread>
 #include <mutex>
@@ -87,4 +87,4 @@ protected:
 } // namespace data
 } // namespace pv
 
-#endif // PULSEVIEW_PV_DATA_SNAPSHOT_H
+#endif // PULSEVIEW_PV_DATA_SNAPSHOT_HPP