diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-03-26 11:57:39 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-03-26 12:18:54 +0100 |
commit | 702e6907265035af031004f21ce09e3f62037fb4 (patch) | |
tree | 8e805516f914bb49f075a9b262299d312f178c8d /src/audiocacheeventhandler.cc | |
parent | 9b3b365a6645c16b0f93dcd798da83494e481d26 (diff) |
Fix all header file linter warnings
Diffstat (limited to 'src/audiocacheeventhandler.cc')
-rw-r--r-- | src/audiocacheeventhandler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audiocacheeventhandler.cc b/src/audiocacheeventhandler.cc index e5c1bdc..e1b9868 100644 --- a/src/audiocacheeventhandler.cc +++ b/src/audiocacheeventhandler.cc @@ -26,7 +26,7 @@ */ #include "audiocacheeventhandler.h" -#include <assert.h> +#include <cassert> #include <hugin.hpp> |