diff options
Diffstat (limited to 'src/parse/subtitle.h')
| -rw-r--r-- | src/parse/subtitle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/subtitle.h b/src/parse/subtitle.h index c20278a3..3d99d9bc 100644 --- a/src/parse/subtitle.h +++ b/src/parse/subtitle.h @@ -92,7 +92,7 @@ public: LoadFont (boost::shared_ptr<const cxml::Node> node); std::string id; - std::string uri; + boost::optional<std::string> uri; }; } |
