/[svn]/linuxsampler/trunk/src/engines/common/LFO.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/common/LFO.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 319 by schoenebeck, Mon Dec 13 00:46:42 2004 UTC revision 502 by letz, Fri Apr 29 14:20:22 2005 UTC
# Line 95  namespace LinuxSampler { Line 95  namespace LinuxSampler {
95                  this->pManipulator  = pManipulator;                  this->pManipulator  = pManipulator;
96              }              }
97    
98              ~LFO() {              virtual ~LFO() {
99                  if (pEvents) delete pEvents;                  if (pEvents) delete pEvents;
100              }              }
101    

Legend:
Removed from v.319  
changed lines
  Added in v.502

  ViewVC Help
Powered by ViewVC