]> git.stg.codes - stg.git/commitdiff
Ticket 12. The 'stopOnError(rval.stopOnError)' property moved in the
authorElena Mamontova <helenh463@gmail.com>
Fri, 6 Nov 2015 14:10:45 +0000 (16:10 +0200)
committerElena Mamontova <helenh463@gmail.com>
Fri, 6 Nov 2015 14:10:45 +0000 (16:10 +0200)
SETTINGS_IMPL() class copy constructor.

projects/stargazer/settings_impl.cpp

index ca8045b89014860728dc33c75a64f557b5c85474..169488212f4453327c587f7c81b73280bfdc2947 100644 (file)
@@ -88,8 +88,8 @@ SETTINGS_IMPL::SETTINGS_IMPL(const SETTINGS_IMPL & rval)
       dayResetTraff(rval.dayResetTraff),
       spreadFee(rval.spreadFee),
       freeMbAllowInet(rval.freeMbAllowInet),
-      stopOnError(rval.stopOnError),
       dayFeeIsLastDay(rval.dayFeeIsLastDay),
+      stopOnError(rval.stopOnError),
       writeFreeMbTraffCost(rval.writeFreeMbTraffCost),
       showFeeInCash(rval.showFeeInCash),
       messageTimeout(rval.messageTimeout),