~mixxxdevelopers/mixxx/mixxx-buildserver

« back to all changes in this revision

Viewing changes to mixxx/src/soundsourceproxy.h

  • Committer: Albert Santoni
  • Date: 2011-03-20 00:27:15 UTC
  • mfrom: (2607.1.162 mixxx-1.9)
  • Revision ID: alberts@mixxx.org-20110320002715-sa2d88zbuc5kkyya
MergedĀ fromĀ 1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
/*
37
37
  Base class for sound sources.
38
38
*/
39
 
class SoundSourceProxy : public SoundSource
 
39
class SoundSourceProxy : public Mixxx::SoundSource
40
40
{
41
41
public:
42
42
    SoundSourceProxy(QString qFilename);