diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-08 20:00:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-08 20:00:15 +0100 |
| commit | 864467b923a8df73af37e3f662d2889735a7f95d (patch) | |
| tree | 5a0f78cd13a47ad185134c6e6076367502acb8a4 /src/wx/timecode.h | |
| parent | 39974161027c6f709828ed1f12b311198c6d1d29 (diff) | |
Allow support for changing timing details on multiple content simultaneously.
Diffstat (limited to 'src/wx/timecode.h')
| -rw-r--r-- | src/wx/timecode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/timecode.h b/src/wx/timecode.h index 880b44a31..d0e8176f2 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -28,6 +28,7 @@ public: void set (Time, int); Time get (int) const; + void clear (); void set_editable (bool); |
