aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/coreview/latch.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-12-17 13:33:10 +0100
committerKarel Kočí <cynerd@email.cz>2017-12-17 13:33:10 +0100
commit63163510aecfe19d976a9125ff2151698c4efb51 (patch)
tree54a3f153291eb1da30fcb8a7def09981b4a7f7b9 /qtmips_gui/coreview/latch.h
parentc11d282cdc2fdf4668d4dc2710968daa17a0ffc6 (diff)
downloadqtmips-63163510aecfe19d976a9125ff2151698c4efb51.tar.gz
qtmips-63163510aecfe19d976a9125ff2151698c4efb51.tar.bz2
qtmips-63163510aecfe19d976a9125ff2151698c4efb51.zip
Prepend include guard of coreview header files with COREVIEW_
Diffstat (limited to 'qtmips_gui/coreview/latch.h')
-rw-r--r--qtmips_gui/coreview/latch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/qtmips_gui/coreview/latch.h b/qtmips_gui/coreview/latch.h
index 0148b67..ff1ff6e 100644
--- a/qtmips_gui/coreview/latch.h
+++ b/qtmips_gui/coreview/latch.h
@@ -1,5 +1,5 @@
-#ifndef LATCH_H
-#define LATCH_H
+#ifndef COREVIEW_LATCH_H
+#define COREVIEW_LATCH_H
#include <QGraphicsObject>
#include <QList>
@@ -42,4 +42,4 @@ namespace coreview {
class Latch;
};
-#endif // LATCH_H
+#endif // COREVIEW_LATCH_H