projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7e53a4
)
RowItem: Corrected header guard
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sat, 4 Jul 2015 17:08:31 +0000
(18:08 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 7 Oct 2015 14:22:28 +0000
(16:22 +0200)
pv/view/rowitem.hpp
patch
|
blob
|
history
diff --git
a/pv/view/rowitem.hpp
b/pv/view/rowitem.hpp
index 331acdde1b3da6b1b249e9218851aa2149b03882..c8f10976cbf418bf7623f07b03b647f18a12e1d5 100644
(file)
--- a/
pv/view/rowitem.hpp
+++ b/
pv/view/rowitem.hpp
@@
-18,8
+18,8
@@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef PULSEVIEW_PV_VIEW_
HEADER
ITEM_HPP
-#define PULSEVIEW_PV_VIEW_
HEADER
ITEM_HPP
+#ifndef PULSEVIEW_PV_VIEW_
ROW
ITEM_HPP
+#define PULSEVIEW_PV_VIEW_
ROW
ITEM_HPP
#include <memory>
@@
-127,4
+127,4
@@
private:
} // namespace view
} // namespace pv
-#endif // PULSEVIEW_PV_VIEW_
HEADER
ITEM_HPP
+#endif // PULSEVIEW_PV_VIEW_
ROW
ITEM_HPP