diff options
Diffstat (limited to 'src/lingot-msg.h')
| -rw-r--r-- | src/lingot-msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lingot-msg.h b/src/lingot-msg.h index 6e28964..d100683 100644 --- a/src/lingot-msg.h +++ b/src/lingot-msg.h @@ -27,7 +27,7 @@ // message types typedef enum message_type_t { - ERROR = 0, WARNING = 1, INFO = 2 + LM_ERROR = 0, LM_WARNING = 1, LM_INFO = 2 } message_type_t; // add messages to the queue |
