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