Code

First GSoC node tool commit to Bazaar
[inkscape.git] / src / libnrtype / FontInstance.cpp
index e1413b46e788a87f9f90832c551aeec169d4e614..d9a0c43e689413d02bec8e8666b4651ad987659c 100644 (file)
@@ -60,7 +60,7 @@ size_t  font_style_hash::operator()(const font_style &x) const {
        return h;
 }
 
-bool  font_style_equal::operator()(const font_style &a,const font_style &b) {
+bool  font_style_equal::operator()(const font_style &a,const font_style &b) const {
     for (int i=0;i<6;i++) {
         if ( (int)(100*a.transform[i]) != (int)(100*b.transform[i]) ) return false;
     }