aboutsummaryrefslogtreecommitdiff
path: root/qtmips_asm/messagetype.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_asm/messagetype.h')
-rw-r--r--qtmips_asm/messagetype.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/qtmips_asm/messagetype.h b/qtmips_asm/messagetype.h
index a3a1c49..fef5eb8 100644
--- a/qtmips_asm/messagetype.h
+++ b/qtmips_asm/messagetype.h
@@ -39,11 +39,11 @@
namespace messagetype {
enum Type {
- START,
- FINISH,
- INFO,
- WARNING,
- ERROR,
+ MSG_START,
+ MSG_FINISH,
+ MSG_INFO,
+ MSG_WARNING,
+ MSG_ERROR,
};
}