~shanx-shashank/mixxx/effects_parametricEq

« back to all changes in this revision

Viewing changes to mixxx/src/waveform/widgets/waveformwidgettype.h

  • Committer:
  • Date: 2013-01-04 06:33:52 UTC
  • Revision ID: shanx.shashank@gmail.com-20130104063352-h0mbeu93luln05uc
Rolling back merge: COs wont let go of segfaults :(

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        GLSimpleWaveform,
13
13
        GLWaveform,
14
14
        GLSLWaveform,
15
 
        HSVWaveform,
16
 
        Count_WaveformwidgetType // Also used as invalid value
 
15
        Count_WaveformwidgetType
17
16
    };
18
17
};
19
18