X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fwellarray.hpp;h=f1c25dc01fde9e0c39694594296c2bf265b6d2e5;hp=6bed8ee133cd3ad2b6fa8305846bf72b477130a5;hb=72486b789078f024e4f3404f81118c03b03e2b70;hpb=f54fc97e8c4c20b7a37f10b8fd125407eba17226 diff --git a/pv/widgets/wellarray.hpp b/pv/widgets/wellarray.hpp index 6bed8ee1..f1c25dc0 100644 --- a/pv/widgets/wellarray.hpp +++ b/pv/widgets/wellarray.hpp @@ -39,6 +39,9 @@ ** ****************************************************************************/ +#ifndef PULSEVIEW_PV_WIDGETS_WELLARRAY_HPP +#define PULSEVIEW_PV_WIDGETS_WELLARRAY_HPP + #include namespace pv { @@ -135,5 +138,7 @@ private: WellArrayData *d; }; -} // namespace wellarray +} // namespace widgets } // namespace pv + +#endif // PULSEVIEW_PV_WIDGETS_WELLARRAY_HPP