Skip to content

Commit

Permalink
astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Mar 27, 2017
1 parent 5a8cecd commit 0c276be
Show file tree
Hide file tree
Showing 10 changed files with 3,487 additions and 2,777 deletions.
6 changes: 3 additions & 3 deletions include/spdlog/async_logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ class async_logger :public logger
//Warning: this can potentialy last forever as we wait it to complete
void flush() override;

// Error handler
virtual void set_error_handler(log_err_handler) override;
virtual log_err_handler error_handler() override;
// Error handler
virtual void set_error_handler(log_err_handler) override;
virtual log_err_handler error_handler() override;

protected:
void _sink_it(details::log_msg& msg) override;
Expand Down
Loading

0 comments on commit 0c276be

Please sign in to comment.