Skip to content

Commit

Permalink
Fix macOS buid fail (#112)
Browse files Browse the repository at this point in the history
* Update treatments.hpp

* Update treatments.hpp

* removed ;

* Update treatments.hpp
  • Loading branch information
ChrisJones687 authored Sep 8, 2020
1 parent a289401 commit 8edb661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/pops/treatments.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ class BaseTreatment : public AbstractTreatment<IntegerRaster, FloatRaster>
map_(map),
application_(treatment_application)
{}
unsigned get_start()
unsigned get_start() override
{
return start_step_;
}
unsigned get_end()
unsigned get_end() override
{
return end_step_;
}
Expand Down

0 comments on commit 8edb661

Please sign in to comment.