Skip to content

Commit

Permalink
posible code style fixes for PR simulationcraft#4942 - DH warn 589
Browse files Browse the repository at this point in the history
  • Loading branch information
kendrick-walls-work committed Sep 11, 2019
1 parent 547c06c commit fa224fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/sc_demon_hunter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ class demon_hunter_t : public player_t
void combat_begin() override;
demon_hunter_td_t* get_target_data( player_t* target ) const override;
void interrupt() override;
double resource_gain( resource_e, double, gain_t* g = nullptr, action_t* a = nullptr );
double resource_gain( resource_e, double, gain_t* g = nullptr, action_t* a = nullptr ) override;
void recalculate_resource_max( resource_e ) override;
void reset() override;
void merge( player_t& other ) override;
Expand Down

0 comments on commit fa224fc

Please sign in to comment.