diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-07 21:06:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-07 21:06:47 +0100 |
| commit | 10318029c4c3ab46d10aa945bc147d3b11354587 (patch) | |
| tree | 0d4690e9d615e9cb727778e4bf6fbb88f16bbd17 /src | |
| parent | e7a7599ba72ef7bcba7d383221d3b04cdc1572d8 (diff) | |
Missing virtual destructor.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/timeline.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/timeline.cc b/src/wx/timeline.cc index 7c0690084..87070b35e 100644 --- a/src/wx/timeline.cc +++ b/src/wx/timeline.cc @@ -42,6 +42,8 @@ public: { } + + virtual ~View () {} void paint (wxGraphicsContext* g) { |
