diff options
Diffstat (limited to 'Minecraft.Client/Common/Tutorial/TakeItemHint.h')
| -rw-r--r-- | Minecraft.Client/Common/Tutorial/TakeItemHint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/Common/Tutorial/TakeItemHint.h b/Minecraft.Client/Common/Tutorial/TakeItemHint.h index f001d4c7..25d43eac 100644 --- a/Minecraft.Client/Common/Tutorial/TakeItemHint.h +++ b/Minecraft.Client/Common/Tutorial/TakeItemHint.h @@ -15,5 +15,5 @@ public: TakeItemHint(eTutorial_Hint id, Tutorial *tutorial, int items[], unsigned int itemsLength); ~TakeItemHint(); - virtual bool onTake( shared_ptr<ItemInstance> item ); + virtual bool onTake( std::shared_ptr<ItemInstance> item ); };
\ No newline at end of file |
