From 8edb661313dc946f0d9406872bf5fb4e06705b11 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 8 Sep 2020 09:45:44 -0400 Subject: [PATCH] Fix macOS buid fail (#112) * Update treatments.hpp * Update treatments.hpp * removed ; * Update treatments.hpp --- include/pops/treatments.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/pops/treatments.hpp b/include/pops/treatments.hpp index 68750808..7f1805eb 100644 --- a/include/pops/treatments.hpp +++ b/include/pops/treatments.hpp @@ -116,11 +116,11 @@ class BaseTreatment : public AbstractTreatment 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_; }