summaryrefslogtreecommitdiff
path: root/src/shopitem.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-02-18 14:23:56 -0700
committerIra Rice <irarice@gmail.com>2009-02-18 14:23:56 -0700
commit00bbc2186302fe4365f08903a209e03bb8feb4c5 (patch)
treea69cba11fd061c7de54c2982e4ee9505ec6b3d34 /src/shopitem.cpp
parentb2540f391dddc296bcafe26cd8d1e98df38c5171 (diff)
downloadmana-client-00bbc2186302fe4365f08903a209e03bb8feb4c5.tar.gz
mana-client-00bbc2186302fe4365f08903a209e03bb8feb4c5.tar.bz2
mana-client-00bbc2186302fe4365f08903a209e03bb8feb4c5.tar.xz
mana-client-00bbc2186302fe4365f08903a209e03bb8feb4c5.zip
Changed shopitem to use the stringutils class instead of tostring, as
the two have been merged. Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/shopitem.cpp')
-rw-r--r--src/shopitem.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shopitem.cpp b/src/shopitem.cpp
index 8fbb7400..c8015e45 100644
--- a/src/shopitem.cpp
+++ b/src/shopitem.cpp
@@ -30,3 +30,4 @@ ShopItem::ShopItem(int id, int quantity, int price):
{
mDisplayName = getInfo().getName() + " (" + toString(mPrice) + " GP)";
}
+