]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/dictionary-iter.hh
release: 1.3.19
[lilypond.git] / flower / include / dictionary-iter.hh
index 55176ae9f09284dcbb3eb889edec77922beafdd1..eaf0317464c08529e3349c91dc15e71798b0121d 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -15,7 +15,7 @@
 
 
 template<class V>
-class Dictionary_iter<V> : public Hash_table_iter<String,V>
+class Dictionary_iter : public Hash_table_iter<String,V>
 {
 public:
   Dictionary_iter (Dictionary<V> const &d)