diff options
Diffstat (limited to 'Swift/Controllers/MainController.h')
-rw-r--r-- | Swift/Controllers/MainController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/MainController.h b/Swift/Controllers/MainController.h index 163a260..72928d0 100644 --- a/Swift/Controllers/MainController.h +++ b/Swift/Controllers/MainController.h @@ -178,6 +178,7 @@ namespace Swift { Timer::ref reconnectTimer_; StatusTracker* statusTracker_; MUCRegistry* mucRegistry_; + bool myStatusLooksOnline_; typedef std::map<String, VCardStorage*> VCardStorageMap; VCardStorageMap vcardStorages_; |