]> git.stg.codes - stg.git/commitdiff
Ticket 12. The 'stopOnError(rval.stopOnError)' property added in the SETTINGS_IMPL()
authorElena Mamontova <helenh463@gmail.com>
Thu, 5 Nov 2015 15:52:57 +0000 (17:52 +0200)
committerElena Mamontova <helenh463@gmail.com>
Thu, 5 Nov 2015 15:52:57 +0000 (17:52 +0200)
class copy constructor.

projects/stargazer/settings_impl.cpp

index 0a4cb2a96b1351ff2f67df11f5d035a41ab87206..ca8045b89014860728dc33c75a64f557b5c85474 100644 (file)
@@ -88,6 +88,7 @@ SETTINGS_IMPL::SETTINGS_IMPL(const SETTINGS_IMPL & rval)
       dayResetTraff(rval.dayResetTraff),
       spreadFee(rval.spreadFee),
       freeMbAllowInet(rval.freeMbAllowInet),
+      stopOnError(rval.stopOnError),
       dayFeeIsLastDay(rval.dayFeeIsLastDay),
       writeFreeMbTraffCost(rval.writeFreeMbTraffCost),
       showFeeInCash(rval.showFeeInCash),