summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kmilo/generic/generic_monitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmilo/generic/generic_monitor.h b/kmilo/generic/generic_monitor.h
index e92bac6..8d5e545 100644
--- a/kmilo/generic/generic_monitor.h
+++ b/kmilo/generic/generic_monitor.h
@@ -39,7 +39,7 @@ namespace KMilo {
struct ShortcutInfo
{
const char* name;
- uint symbol;
+ int symbol;
const char *slot;
};