Skip to content

Commit

Permalink
Appease clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytheway committed Apr 8, 2020
1 parent 1b4871c commit c760105
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/achievement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ std::string enum_to_string<achievement_comparison>( achievement_comparison data
abort();
}

}
} // namespace io

template<>
struct enum_traits<achievement_comparison> {
Expand Down Expand Up @@ -227,7 +227,7 @@ std::string enum_to_string<achievement_completion>( achievement_completion data
abort();
}

}
} // namespace io

void achievement_state::serialize( JsonOut &jsout ) const
{
Expand Down
2 changes: 1 addition & 1 deletion src/stats_tracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class stats_tracker_state
class stats_tracker : public event_subscriber
{
public:
~stats_tracker();
~stats_tracker() override;

event_multiset &get_events( event_type );
event_multiset get_events( const string_id<event_transformation> & );
Expand Down

0 comments on commit c760105

Please sign in to comment.