summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorleo2003-05-01 04:53:22 +0000
committerleo2003-05-01 04:53:22 +0000
commit7450ae7104f9add9d9978671981eaf0915696517 (patch)
treea2d39f6791e8032bb530892cd8a44e679fdd32b8 /common
parentd28393009ce62bd412106ca838d35616ccba1908 (diff)
Fixed Linux compile error.
git-svn-id: http://svn.leocad.org/trunk@339 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common')
-rw-r--r--common/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/message.h b/common/message.h
index f97cff2..dd1f097 100644
--- a/common/message.h
+++ b/common/message.h
@@ -10,7 +10,7 @@ typedef enum
LC_MSG_FOCUS_CHANGED,
// LC_MSG_SELECTION_CHANGED,
LC_MSG_COUNT
-} LC_MESSAGES;
+} LC_MSG_TYPES;
typedef struct
{