summaryrefslogtreecommitdiffstats
path: root/sigmodr/models/MapWildListModel.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-01-06 23:32:16 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-01-06 23:32:16 -0500
commit0acae04908d05fffdd333ed5bcd16d4e389d7863 (patch)
tree8351fe9cda74694d22a98826b57c5d8320d458ab /sigmodr/models/MapWildListModel.cpp
parentee514f8b7e609516a6d6528141260341880f8b5b (diff)
downloadsigen-0acae04908d05fffdd333ed5bcd16d4e389d7863.tar.gz
sigen-0acae04908d05fffdd333ed5bcd16d4e389d7863.tar.xz
sigen-0acae04908d05fffdd333ed5bcd16d4e389d7863.zip
Krazy check fixes
Diffstat (limited to 'sigmodr/models/MapWildListModel.cpp')
-rw-r--r--sigmodr/models/MapWildListModel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmodr/models/MapWildListModel.cpp b/sigmodr/models/MapWildListModel.cpp
index f798f193..af24f99d 100644
--- a/sigmodr/models/MapWildListModel.cpp
+++ b/sigmodr/models/MapWildListModel.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Ben Boeckel <MathStuf@gmail.com>
+ * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -101,7 +101,7 @@ bool Sigmodr::MapWildListModel::setData(const QVariant& value, int role)
QString Sigmodr::MapWildListModel::types() const
{
- return type().append(";MapWildListEncounter");
+ return type().append(QString(";MapWildListEncounter"));
}
void Sigmodr::MapWildListModel::addObject(Sigmod::Object* object)