Skip to content

Commit 8edb661

Browse files
Fix macOS buid fail (#112)
* Update treatments.hpp * Update treatments.hpp * removed ; * Update treatments.hpp
1 parent a289401 commit 8edb661

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/pops/treatments.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ class BaseTreatment : public AbstractTreatment<IntegerRaster, FloatRaster>
116116
map_(map),
117117
application_(treatment_application)
118118
{}
119-
unsigned get_start()
119+
unsigned get_start() override
120120
{
121121
return start_step_;
122122
}
123-
unsigned get_end()
123+
unsigned get_end() override
124124
{
125125
return end_step_;
126126
}

0 commit comments

Comments
 (0)