diff options
Diffstat (limited to 'v4l2++/src/helpers.cpp')
| -rw-r--r-- | v4l2++/src/helpers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2++/src/helpers.cpp b/v4l2++/src/helpers.cpp index db80408..d24c4f8 100644 --- a/v4l2++/src/helpers.cpp +++ b/v4l2++/src/helpers.cpp @@ -1,6 +1,6 @@ #include <v4l2++/helpers.h> -void __my_throw(const char* file, int line, const char *funcname, const char *cond, fmt::string_view format, fmt::format_args args) +void __my_throw(const char* file, int line, const char* funcname, const char* cond, fmt::string_view format, fmt::format_args args) { std::string str = fmt::vformat(format, args); |
