diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-16 20:35:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-16 20:35:54 +0000 |
| commit | 5877be91301e5dd54ca125c0acd7bfb1ecc3dcd6 (patch) | |
| tree | 96952a50aeb4f68ab458f8191a3d464f8ced7aa7 /src/dcp_reader.h | |
| parent | 462902f22a930c52d6d4ac4ac9097d078108b568 (diff) | |
No-op; remove trailing whitespace.
Diffstat (limited to 'src/dcp_reader.h')
| -rw-r--r-- | src/dcp_reader.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dcp_reader.h b/src/dcp_reader.h index f749f82..82a211c 100644 --- a/src/dcp_reader.h +++ b/src/dcp_reader.h @@ -38,7 +38,7 @@ namespace dcp { */ class DCPReader : public Reader { -protected: +protected: struct ParseState { std::list<boost::shared_ptr<dcp::Font> > font_nodes; @@ -49,11 +49,11 @@ protected: void parse_common (cxml::NodePtr root, boost::optional<int> tcr); std::string _id; - + private: void parse_node (xmlpp::Node const * node, ParseState& parse_state, boost::optional<int> tcr); void maybe_add_subtitle (std::string text, ParseState const & parse_state); - + std::string _reel_number; std::string _language; }; |
