summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-12 10:07:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-12 10:07:04 +0900
commit4046d4efd1b35cff67943e75e240dd485bd8585b (patch)
tree239069a208614d932f9e987c9d4d3bd54aea4d98
parent6a218c6ef3d04930f11c0ea82eebe9fa60004015 (diff)
downloadtdeutils-4046d4efd1b35cff67943e75e240dd485bd8585b.tar.gz
tdeutils-4046d4efd1b35cff67943e75e240dd485bd8585b.zip
Fixed FTBFS as reported in issue 39.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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;
};