diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-13 11:31:55 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-13 11:31:55 +0000 |
| commit | d15ef17dccf87b633d1971c38032a2049abe3db0 (patch) | |
| tree | 3bbde3c1959bae6b0ad064972f95bd9406416fbb /src/reader_factory.h | |
| parent | acca8cb950de132fbc4be40e7dc7d294c6cb0a38 (diff) | |
Re-work time.
Diffstat (limited to 'src/reader_factory.h')
| -rw-r--r-- | src/reader_factory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reader_factory.h b/src/reader_factory.h index e7c349b..916502c 100644 --- a/src/reader_factory.h +++ b/src/reader_factory.h @@ -17,6 +17,7 @@ */ +#include "frame_rate.h" #include <boost/shared_ptr.hpp> #include <boost/filesystem.hpp> @@ -25,6 +26,6 @@ namespace sub { class Reader; extern boost::shared_ptr<Reader> -reader_factory (boost::filesystem::path); +reader_factory (boost::filesystem::path, sub::FrameRate); } |
