]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.1.4
authorfred <fred>
Sat, 1 Mar 1997 10:43:49 +0000 (10:43 +0000)
committerfred <fred>
Sat, 1 Mar 1997 10:43:49 +0000 (10:43 +0000)
flower/plist.tcc

index 1dea8cefc123354cf27221f0a2bdd45413233acc..2ceed2e9c74616ea171d6107bcab27bea0ea46c9 100644 (file)
@@ -5,7 +5,7 @@ IPointerList<T>::~IPointerList()
 {
     PCursor<T> c( *this );
     while (c.ok()) {
-       delete c.get();
+       delete c.get_p();
     }
 }