aboutsummaryrefslogtreecommitdiffstats
path: root/src/diagram/Structogram.hpp
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2017-11-26 23:44:32 +0100
committerNao Pross <naopross@thearcway.org>2017-11-26 23:44:32 +0100
commit3b058bd31ba2783a8ef85b9f72d994a02cb3529b (patch)
tree3be2af332ecdc511ee45097c829f4b934d0adc1c /src/diagram/Structogram.hpp
parentImplementation for Structogram iterator and Statement type (diff)
downloadOrbitingYeti-3b058bd31ba2783a8ef85b9f72d994a02cb3529b.tar.gz
OrbitingYeti-3b058bd31ba2783a8ef85b9f72d994a02cb3529b.zip
Update header ifdefs to match and clean up comments
Diffstat (limited to 'src/diagram/Structogram.hpp')
-rw-r--r--src/diagram/Structogram.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/diagram/Structogram.hpp b/src/diagram/Structogram.hpp
index 9318ee4..7b036f0 100644
--- a/src/diagram/Structogram.hpp
+++ b/src/diagram/Structogram.hpp
@@ -5,8 +5,8 @@
* Author: naopross
*/
-#ifndef STRUCTOGRAM_H_
-#define STRUCTOGRAM_H_
+#ifndef SRC_DIAGRAM_STRUCTOGRAM_H_
+#define SRC_DIAGRAM_STRUCTOGRAM_H_
#include <iostream>
#include <list>
@@ -68,4 +68,4 @@ private:
} /* namespace structograms */
-#endif /* STRUCTOGRAM_H_ */
+#endif /* SRC_DIAGRAM_STRUCTOGRAM_H_ */