~mixxxdevelopers/mixxx/mixxx-buildserver

« back to all changes in this revision

Viewing changes to mixxx/src/engine/engineabstractrecord.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:
17
17
#define ENGINEABSTRACTRECORD_H
18
18
 
19
19
#include "defs.h"
20
 
#include "engineobject.h"
 
20
#include "engine/engineobject.h"
21
21
 
22
22
class EngineAbstractRecord : public EngineObject {
23
23
  public: