diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-23 22:54:36 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-23 22:54:36 +0000 |
| commit | c19a3e0b6fdd8b129caf7c56336215ba5df282ec (patch) | |
| tree | e4d82983db2fcaba7e95a5a09cfdf86887e35097 /src/wx/controls.h | |
| parent | 3bc475617d5aceb54b09cc1f2fd5f8de77db55e8 (diff) | |
swaroop: various logging fixes.
Diffstat (limited to 'src/wx/controls.h')
| -rw-r--r-- | src/wx/controls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/controls.h b/src/wx/controls.h index fd6181d91..7ffe0c4ea 100644 --- a/src/wx/controls.h +++ b/src/wx/controls.h @@ -51,6 +51,7 @@ public: bool editor_controls = true ); + virtual void log (wxString) {} virtual void set_film (boost::shared_ptr<Film> film); boost::shared_ptr<Film> film () const; void back_frame (); |
