aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/coreview/multiplexer.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/multiplexer.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/multiplexer.h')
-rw-r--r--qtmips_gui/coreview/multiplexer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/qtmips_gui/coreview/multiplexer.h b/qtmips_gui/coreview/multiplexer.h
index 6aa11a6..16378fe 100644
--- a/qtmips_gui/coreview/multiplexer.h
+++ b/qtmips_gui/coreview/multiplexer.h
@@ -1,5 +1,5 @@
-#ifndef MULTIPLEXER_H
-#define MULTIPLEXER_H
+#ifndef COREVIEW_MULTIPLEXER_H
+#define COREVIEW_MULTIPLEXER_H
#include <QGraphicsItem>
#include "qtmipsexception.h"
@@ -38,4 +38,4 @@ namespace coreview {
class Multiplexer;
}
-#endif // MULTIPLEXER_H
+#endif // COREVIEW_MULTIPLEXER_H