From 156045ec23e399a0c27a158c1dce96f1330ba75d Mon Sep 17 00:00:00 2001 From: joilnen Date: Sat, 11 Jan 2025 23:26:08 -0300 Subject: [PATCH] fix to compile --- Components/Bites/include/OgreApplicationContextBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/Bites/include/OgreApplicationContextBase.h b/Components/Bites/include/OgreApplicationContextBase.h index 6df85ab3e46..7b3c4bc5a86 100644 --- a/Components/Bites/include/OgreApplicationContextBase.h +++ b/Components/Bites/include/OgreApplicationContextBase.h @@ -303,7 +303,7 @@ namespace OgreBites Ogre::OverlaySystem* mOverlaySystem; // Overlay system - Ogre::FileSystemLayer* mFSLayer; // File system abstraction layer + std::unique_ptr mFSLayer; // File system abstraction layer Ogre::Root* mRoot; // OGRE root StaticPluginLoader mStaticPluginLoader; bool mFirstRun;