summaryrefslogtreecommitdiffstats
path: root/sigmodr/models/MapModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/models/MapModel.cpp')
-rw-r--r--sigmodr/models/MapModel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmodr/models/MapModel.cpp b/sigmodr/models/MapModel.cpp
index 8a3b51f2..a6dd8e15 100644
--- a/sigmodr/models/MapModel.cpp
+++ b/sigmodr/models/MapModel.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
@@ -99,7 +99,7 @@ bool Sigmodr::MapModel::setData(const QVariant& value, int role)
QString Sigmodr::MapModel::types() const
{
- return type().append(";MapEffect;MapTrainer;MapWarp;MapWildList");
+ return type().append(QString(";MapEffect;MapTrainer;MapWarp;MapWildList"));
}
void Sigmodr::MapModel::addObject(Sigmod::Object* object)