aboutsummaryrefslogtreecommitdiff
path: root/src/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/time.h')
-rwxr-xr-xsrc/time.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/time.h b/src/time.h
index ba803bd..efade95 100755
--- a/src/time.h
+++ b/src/time.h
@@ -48,7 +48,8 @@ struct timeblock{
moment end;
double hourcount();
float valuefactor = 1;
- float upvalue(float suggestion);
+ float upvalue(float suggestion, std::string reason);
+ std::string price_reason = "Norm";
};
struct workday{