aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/Merchant.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/Merchant.h')
-rw-r--r--Minecraft.World/Merchant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/Merchant.h b/Minecraft.World/Merchant.h
index 8b4b7a69..f47e2acb 100644
--- a/Minecraft.World/Merchant.h
+++ b/Minecraft.World/Merchant.h
@@ -13,5 +13,5 @@ public:
virtual void overrideOffers(MerchantRecipeList *recipeList) = 0;
virtual void notifyTrade(MerchantRecipe *activeRecipe) = 0;
virtual void notifyTradeUpdated(shared_ptr<ItemInstance> item) = 0;
- virtual int getDisplayName() = 0;
+ virtual wstring getDisplayName() = 0;
}; \ No newline at end of file