summaryrefslogtreecommitdiff
path: root/src/lib/font_id_allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/font_id_allocator.h')
-rw-r--r--src/lib/font_id_allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/font_id_allocator.h b/src/lib/font_id_allocator.h
index fe4b9ef07..6737907c1 100644
--- a/src/lib/font_id_allocator.h
+++ b/src/lib/font_id_allocator.h
@@ -101,7 +101,7 @@ private:
std::string font_id;
};
- std::map<Font, int> _map;
+ std::map<Font, std::string> _map;
boost::optional<Font> _default_font;
};