diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-27 14:41:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-27 14:41:33 +0000 |
| commit | 8c2f3517e868078b551bb01d975f2956cb692fbf (patch) | |
| tree | 81bf98f00b9a267a73494c1939c6e9473559c85e /src/subtitle_content.h | |
| parent | e5d368553b47a566a83d4edce0a8f166db9509e6 (diff) | |
Various tinkerings.
Diffstat (limited to 'src/subtitle_content.h')
| -rw-r--r-- | src/subtitle_content.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/subtitle_content.h b/src/subtitle_content.h index b8db0c2c..476f8fe4 100644 --- a/src/subtitle_content.h +++ b/src/subtitle_content.h @@ -46,7 +46,11 @@ public: return "text/xml"; } - virtual bool equals (boost::shared_ptr<const Content>, EqualityOptions, boost::function<void (NoteType, std::string)> note) const { + bool equals ( + boost::shared_ptr<const Content>, + EqualityOptions, + boost::function<void (NoteType, std::string)> note + ) const { /* XXX */ note (ERROR, "subtitle content not compared yet"); return true; |
