summaryrefslogtreecommitdiff
path: root/src/loot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/loot.h')
-rw-r--r--src/loot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/loot.h b/src/loot.h
index dc9b0d7b..3a7c6aa9 100644
--- a/src/loot.h
+++ b/src/loot.h
@@ -19,7 +19,7 @@ class Loot : public QObject
public:
struct Message
{
- QString type;
+ MOBase::log::Levels type;
QString text;
};