git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b8e6227
)
Ticket 37. Formatting fixed.
author
Elena Mamontova
<helenh463@gmail.com>
Thu, 2 Jun 2016 07:54:15 +0000
(10:54 +0300)
committer
Elena Mamontova
<helenh463@gmail.com>
Thu, 2 Jun 2016 07:54:15 +0000
(10:54 +0300)
projects/stargazer/tariff_impl.h
patch
|
blob
|
history
diff --git
a/projects/stargazer/tariff_impl.h
b/projects/stargazer/tariff_impl.h
index bca55eb6945bbbf529f134d8a6dbe554ecd29c52..324be186aa9a57a95e1830017e55c4aa1884b198 100644
(file)
--- a/
projects/stargazer/tariff_impl.h
+++ b/
projects/stargazer/tariff_impl.h
@@
-72,7
+72,7
@@
public:
double GetFee() const { return tariffData.tariffConf.fee; }
double GetFree() const { return tariffData.tariffConf.free; }
PERIOD GetPeriod() const { return tariffData.tariffConf.period; }
- CHANGE_POLICY
GetChangePolicy() const { return tariffData.tariffConf.changePolicy; }
+ CHANGE_POLICY GetChangePolicy() const { return tariffData.tariffConf.changePolicy; }
void Print() const;