]> git.donarmstrong.com Git - lilypond.git/blob - flower/include/pcursor.tcc
c2b459a267e66ba72e46facc83c448cbbe1ad400
[lilypond.git] / flower / include / pcursor.tcc
1 #include "pcursor.hh"
2
3 template<class T>
4 void
5 PCursor<T>::junk()
6 {
7 #if !defined (NDEBUG) && defined (PARANOID)
8   list().OK();
9 #endif
10
11   delete ptr();
12 #if !defined (NDEBUG)&&defined (PARANOID)
13   thing() = 0;
14   list().OK();
15 #endif
16 }