Replaced boost::shared_ptr<> with std::shared_ptr<>
[supertux.git] / src / video / gl / gl_lightmap.hpp
index 9225cd7..786547c 100644 (file)
@@ -42,7 +42,7 @@ public:
 private:
   static const int s_LIGHTMAP_DIV = 5;
 
-  boost::shared_ptr<GLTexture> m_lightmap;
+  std::shared_ptr<GLTexture> m_lightmap;
   int m_lightmap_width;
   int m_lightmap_height;
   float m_lightmap_uv_right;