diff options
Diffstat (limited to 'Minecraft.World/Stat.h')
| -rw-r--r-- | Minecraft.World/Stat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/Stat.h b/Minecraft.World/Stat.h index 3c2ab071..c9751d1c 100644 --- a/Minecraft.World/Stat.h +++ b/Minecraft.World/Stat.h @@ -57,5 +57,5 @@ public: public: // 4J-JEV, for Durango stats - virtual void handleParamBlob(shared_ptr<LocalPlayer> plr, byteArray param) { app.DebugPrintf("'Stat.h', Unhandled AwardStat blob.\n"); return; } + virtual void handleParamBlob(std::shared_ptr<LocalPlayer> plr, byteArray param) { app.DebugPrintf("'Stat.h', Unhandled AwardStat blob.\n"); return; } }; |
