diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-13 01:17:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-13 01:17:09 +0100 |
| commit | c2ec345242b680426938ed3ef7332ede1d3276a6 (patch) | |
| tree | a874651b7d1047fc34c047fde15c7d7029c35e10 /src/xml.cc | |
| parent | 830d8e01713add5856f44a5246eb65781458d0b8 (diff) | |
Partial subtitle work.
Diffstat (limited to 'src/xml.cc')
| -rw-r--r-- | src/xml.cc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -139,6 +139,12 @@ XMLNode::ignore_node (string name) _taken.push_back (name); } +Time +XMLNode::time_attribute (string name) +{ + +} + void XMLNode::done () { |
