summaryrefslogtreecommitdiffstats
path: root/c_layer/survival_curve.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'c_layer/survival_curve.hpp')
-rw-r--r--c_layer/survival_curve.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_layer/survival_curve.hpp b/c_layer/survival_curve.hpp
index 7032687..ce71cc1 100644
--- a/c_layer/survival_curve.hpp
+++ b/c_layer/survival_curve.hpp
@@ -20,7 +20,7 @@ struct CurveName {
strcpy((char*)buf, ticker.c_str());
};
- std::string full_ticker() {
+ std::string full_ticker() const {
std::string r = ticker;
return r.append("_").append(str_seniority()).
append("_").append(str_doc_clause());