summaryrefslogtreecommitdiffstats
path: root/src/libnrtype
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2015-04-29 17:24:49 +0000
committertavmjong-free <tavmjong@free.fr>2015-04-29 17:24:49 +0000
commit556a53bca1b75b43730da749313f8a6827f2461d (patch)
tree5168252b45657e213ce636a79c169e70133719c2 /src/libnrtype
parentFix a bug linking a path parameter to a transformed element (diff)
downloadinkscape-556a53bca1b75b43730da749313f8a6827f2461d.tar.gz
inkscape-556a53bca1b75b43730da749313f8a6827f2461d.zip
Fix regression: Update default font-family if nothing is selected on canvas.
(bzr r14072)
Diffstat (limited to 'src/libnrtype')
-rw-r--r--src/libnrtype/FontFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnrtype/FontFactory.h b/src/libnrtype/FontFactory.h
index bd5a4460c..4c8c2cb29 100644
--- a/src/libnrtype/FontFactory.h
+++ b/src/libnrtype/FontFactory.h
@@ -68,7 +68,7 @@ public:
};
// Map type for gathering UI family and style names
-typedef std::map<Glib::ustring, std::list<StyleNames> > FamilyToStylesMap;
+// typedef std::map<Glib::ustring, std::list<StyleNames> > FamilyToStylesMap;
class font_factory {
public: