diff options
Diffstat (limited to 'src/lib/content.cc')
| -rw-r--r-- | src/lib/content.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/content.cc b/src/lib/content.cc index aaf2e4f9c..6a33e9f7e 100644 --- a/src/lib/content.cc +++ b/src/lib/content.cc @@ -28,6 +28,7 @@ using boost::shared_ptr; using boost::lexical_cast; int const ContentProperty::START = 400; +int const ContentProperty::LENGTH = 401; Content::Content (shared_ptr<const Film> f, Time s) : _film (f) |
