]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/dictionary.hh
release: 1.1.1
[lilypond.git] / flower / include / dictionary.hh
index d3c9a7afb331137c8a666a8b999f60141eb07a1a..e1e840b8a102ae23ad9356f82889c166ae7a8820 100644 (file)
@@ -183,7 +183,7 @@ public:
       V retval;
       if (!elem_b (k))
        return retval ;
-      retval ((Dictionary<V> *) this)->elem (k);
+      return ((Dictionary<V> *) this)->elem (k);
     }
 
   V remove (String s)