projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e222f01
)
wellarray.hpp: Add missing #include guards.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 28 Mar 2017 21:20:51 +0000
(23:20 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 28 Mar 2017 23:54:52 +0000
(
01:54
+0200)
pv/widgets/wellarray.hpp
patch
|
blob
|
history
diff --git
a/pv/widgets/wellarray.hpp
b/pv/widgets/wellarray.hpp
index 35a2f2f62e7f194b70ad49b9e23b8ec58dab4f0a..f1c25dc01fde9e0c39694594296c2bf265b6d2e5 100644
(file)
--- 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 <QWidget>
namespace pv {
@@
-137,3
+140,5
@@
private:
} // namespace widgets
} // namespace pv
+
+#endif // PULSEVIEW_PV_WIDGETS_WELLARRAY_HPP