Skip to content

Commit 62bbd87

Browse files
committed
Fixed warning
1 parent 8736ee2 commit 62bbd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/spdlog/details/err_helper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class SPDLOG_API err_helper {
1919
public:
2020
err_helper() = default;
2121
err_helper(const err_helper& other);
22-
err_helper(err_helper&& other) noexcept;;
22+
err_helper(err_helper&& other) noexcept;
2323
void handle_ex(const std::string& origin, const source_loc& loc, const std::exception& ex) noexcept;
2424
void handle_unknown_ex(const std::string& origin, const source_loc& loc) noexcept;
2525
void set_err_handler(err_handler handler);

0 commit comments

Comments
 (0)