diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-21 17:20:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-21 17:20:46 +0100 |
| commit | d750e751d10740c4d2525a7852c384993aba6d41 (patch) | |
| tree | 50c25edc61442e3055570dbf5b3c2fa206e4ea4e /src/lib | |
| parent | 9caf471bebd4d9acd749e11d92494010ca4fd0a7 (diff) | |
Add missing virtual destructor.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/film_state.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/film_state.h b/src/lib/film_state.h index 43df2ba8f..aa427fcad 100644 --- a/src/lib/film_state.h +++ b/src/lib/film_state.h @@ -76,6 +76,8 @@ public: , _dirty (false) {} + virtual ~FilmState () {} + std::string file (std::string f) const; std::string dir (std::string d) const; |
