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
+1 -1
View File
@@ -74,7 +74,7 @@ private:
FontData &getOrCreateFontData(Type type, float scale);
FontData createFontData(Type type, float scale);
std::vector<std::unordered_map<float, FontData>> fontsByType;
std::vector<std::unordered_map<float, FontData>> fontsByType_;
};
using FontStyle = Fonts::Type;