summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/subtitle_asset.h')
-rw-r--r--src/subtitle_asset.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h
index 4d62bfb4..d02e364c 100644
--- a/src/subtitle_asset.h
+++ b/src/subtitle_asset.h
@@ -220,7 +220,8 @@ private:
std::string _subtitle_id;
std::string _movie_title;
- int64_t _reel_number;
+ /* strangely, this is sometimes a string */
+ std::string _reel_number;
std::string _language;
std::list<boost::shared_ptr<LoadFontNode> > _load_font_nodes;