Renamed private members

This commit is contained in:
fourtf
2018-07-06 19:23:47 +02:00
parent 6935619820
commit 280bb4cf8e
141 changed files with 1754 additions and 1861 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
namespace chatterino {
QMap<QString, int64_t> DebugCount::counts;
std::mutex DebugCount::mut;
QMap<QString, int64_t> DebugCount::counts_;
std::mutex DebugCount::mut_;
} // namespace chatterino