]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/wellarray.hpp
DecodeSignal: Re-set decoder metadata after stack termination
[pulseview.git] / pv / widgets / wellarray.hpp
index 6bed8ee133cd3ad2b6fa8305846bf72b477130a5..f1c25dc01fde9e0c39694594296c2bf265b6d2e5 100644 (file)
@@ -39,6 +39,9 @@
 **
 ****************************************************************************/
 
+#ifndef PULSEVIEW_PV_WIDGETS_WELLARRAY_HPP
+#define PULSEVIEW_PV_WIDGETS_WELLARRAY_HPP
+
 #include <QWidget>
 
 namespace pv {
@@ -135,5 +138,7 @@ private:
     WellArrayData *d;
 };
 
-} // namespace wellarray
+}  // namespace widgets
 } // namespace pv
+
+#endif // PULSEVIEW_PV_WIDGETS_WELLARRAY_HPP