X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcommon%2Ftimers.h;h=10ce0e6cd51e45d592d26592ca1c0dff8887af21;hp=67b8412b78f1ebc4080d7f3dd696503b43fde91e;hb=d947766bb552b3ccdbccc44fa0bd5381271f09d8;hpb=25716f74ecdac6cd5879b659ebc8aaa668261880 diff --git a/source/common/timers.h b/source/common/timers.h index 67b8412..10ce0e6 100644 --- a/source/common/timers.h +++ b/source/common/timers.h @@ -120,7 +120,7 @@ class wxETagProcessTimer : public wxTimer private: int intActivityProgress = 0; std::map ETagDBList; - //std::map ETagDBListv3; + std::mutex ReloadLock; public: wxETagProcessTimer():wxTimer() @@ -130,7 +130,6 @@ public: void Notify(); ETagDB* GetPointer(wxString Filename); void ReloadAccounts(); - //void SetupPointers(frmActivityMgr *ActMgr); };