~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to src/effects/Equalization.h

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
   double mdBMin;
125
125
   bool mDrawMode;
126
126
   int mInterp;
 
127
   bool mPrompting;
127
128
 
128
129
public:
129
130
   enum curveType {
266
267
      ID_SAVEAS,
267
268
      ID_DELETE,
268
269
      ID_CLEAR,
269
 
      ID_PREVIEW,
270
270
      drawRadioID,
271
271
      sliderRadioID,
272
272
      ID_INTERP,