]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.14
authorfred <fred>
Mon, 16 Dec 1996 10:45:20 +0000 (10:45 +0000)
committerfred <fred>
Mon, 16 Dec 1996 10:45:20 +0000 (10:45 +0000)
flower/assoc.hh
flower/fproto.hh

index 24099856688d920bf7b1f776bc922215e6ee4426..3a49c8a05876d9e795744bca91b29b8e5eabdf0e 100644 (file)
@@ -4,7 +4,7 @@
 #include "vray.hh"
 #include <assert.h>
 
-template<class K,class V>
+template<class K, class V>
 struct Assoc_ent_ {
     bool free;
     K key;
@@ -69,7 +69,6 @@ public:
        assert(elt_query(key));
        return arr[find(key)].val;
     }
-
 };
 /** mindblowingly stupid Associative array implementation
  */
index 43452af7b8a9794a0c41943b4f2a11c43d356369..8e30550696fdca77273abc4b1b4a3b24e6afa82d 100644 (file)
@@ -19,9 +19,6 @@ template<class T> struct Link;
 template<class T> struct Handle ;
 
 
-struct Assoc_ent_ ;
-struct Assoc ;
-struct Assoc_iter ;
 struct Choleski_decomposition ;
 struct Interval ;
 struct long_option_init ;