c++11 tidying.
[libsub.git] / src / stl_binary_reader.h
index fd85a3c95bdf63e55ddb1f8d7a6f32bd3c01559c..94d68b36686f3b5629ef86d1386ec42563ad04b8 100644 (file)
@@ -70,7 +70,7 @@ public:
        std::string editor_contact_details;
 
 private:
-       void read (boost::shared_ptr<InputReader> reader);
+       void read (std::shared_ptr<InputReader> reader);
 
        STLBinaryTables _tables;
 };