From a7fb8c72ab0ca60161f5acad42774340ee08abab Mon Sep 17 00:00:00 2001 From: Alexander Tkachev Date: Wed, 11 May 2016 12:31:26 +0600 Subject: CLOUD: SimpleJSON refactor Resharper + manual methods & fields renaming. --- backends/cloud/cloudthread.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'backends/cloud/cloudthread.h') diff --git a/backends/cloud/cloudthread.h b/backends/cloud/cloudthread.h index dcab42f6ae..ce448b7274 100644 --- a/backends/cloud/cloudthread.h +++ b/backends/cloud/cloudthread.h @@ -26,9 +26,10 @@ void cloudThread(void *thread); //this one is passed to TimerManager in main() class CloudThread { - bool firstTime; + bool _firstTime; public: - CloudThread(): firstTime(true) {}; + CloudThread(): _firstTime(true) {}; + void work(); }; -- cgit v1.2.3