diff options
Diffstat (limited to 'src/stl_binary_reader.h')
| -rw-r--r-- | src/stl_binary_reader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stl_binary_reader.h b/src/stl_binary_reader.h index fd85a3c..94d68b3 100644 --- a/src/stl_binary_reader.h +++ b/src/stl_binary_reader.h @@ -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; }; |
