diff options
| author | mschroffel <mschroffel@cinecert.com> | 2016-03-17 23:58:13 +0000 |
|---|---|---|
| committer | mschroffel <> | 2016-03-17 23:58:13 +0000 |
| commit | ed84256d7687b8255991308361e26013b7071dd9 (patch) | |
| tree | 58090552a149397f61944daf6cabf7208025f915 /src/AS_02.h | |
| parent | e10177793b42db5b9a8671dcff9e7c9cbc6a676a (diff) | |
included CMakelists.txt into dist
Diffstat (limited to 'src/AS_02.h')
| -rw-r--r-- | src/AS_02.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AS_02.h b/src/AS_02.h index 17561fd..874f686 100644 --- a/src/AS_02.h +++ b/src/AS_02.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2011-2014, Robert Scheler, Heiko Sparenberg Fraunhofer IIS, +Copyright (c) 2011-2016, Robert Scheler, Heiko Sparenberg Fraunhofer IIS, John Hurst All rights reserved. @@ -301,7 +301,7 @@ namespace AS_02 // Open the file for reading. The file must exist. Returns error if the // operation cannot be completed. - Result_t OpenRead(const std::string& filename, const ASDCP::Rational& EditRate); + Result_t OpenRead(const std::string& filename, const ASDCP::Rational& EditRate) const; // Returns RESULT_INIT if the file is not open. Result_t Close() const; |
