From f31edeef1792adcb06c558239aaf453f22230ca7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 4 Jul 2014 20:26:34 +0100 Subject: Comment. --- src/content.cc | 4 +++- src/content.h | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/content.cc b/src/content.cc index 007d5cbc..995fd920 100644 --- a/src/content.cc +++ b/src/content.cc @@ -36,7 +36,9 @@ Content::Content (boost::filesystem::path file) , _edit_rate (24, 1) , _intrinsic_duration (0) { - + /* Note: the _edit_rate and _intrinsic_duration above are just defaults, + the derived class must set these up according to `file'. + */ } Content::Content (Fraction edit_rate) diff --git a/src/content.h b/src/content.h index 01b3864b..4bc21570 100644 --- a/src/content.h +++ b/src/content.h @@ -61,8 +61,6 @@ public: */ Content (Fraction edit_rate); - virtual ~Content () {} - bool equals ( boost::shared_ptr other, EqualityOptions opt, -- cgit v1.2.3