diff options
Diffstat (limited to 'src/wx/film_viewer.h')
| -rw-r--r-- | src/wx/film_viewer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index b897282d9..450111bc4 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -101,6 +101,10 @@ public: return _state_timer; } + StateTimer& state_timer () { + return _state_timer; + } + int gets () const { return _gets; } |
