]> git.donarmstrong.com Git - lilypond.git/blob - flower/lib/include/pcursor.tcc
partial: 0.0.42.pre3.hanjan
[lilypond.git] / flower / lib / 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 }