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 a637e91..240b9e7 100644 --- a/src/stl_binary_reader.h +++ b/src/stl_binary_reader.h @@ -70,7 +70,7 @@ public: private: std::string get_string (int, int) const; int get_int (int, int) const; - FrameTime get_timecode (int) const; + Time get_timecode (int) const; STLBinaryTables _tables; unsigned char* _buffer; |
