Возвращение экземпляров синглтонов по ссылке

This commit is contained in:
2020-04-09 09:45:20 +03:00
parent 7ec97f8f19
commit e160b83c45
4 changed files with 15 additions and 15 deletions

View File

@@ -40,7 +40,7 @@ public:
* @brief getInstance
* @return Уникальный экземпляр класса PathsMT
*/
static PathsMT* instance();
static PathsMT& instance();
}; // class PathsMT
} // namespace filesystem