diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libcamera/timer.h b/include/libcamera/timer.h index 97dcc01f..f082339b 100644 --- a/include/libcamera/timer.h +++ b/include/libcamera/timer.h @@ -17,6 +17,7 @@ class Timer { public: Timer(); + ~Timer(); void start(unsigned int msec); void stop(); |