Skip to content

Commit

Permalink
PEGASUS: Add the interface class
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Sep 25, 2011
1 parent 0b83e0c commit 647c83b
Show file tree
Hide file tree
Showing 6 changed files with 818 additions and 3 deletions.
2 changes: 1 addition & 1 deletion engines/pegasus/fader.h
Expand Up @@ -71,7 +71,7 @@ friend class Fader;
FaderKnot _knots[kMaxFaderKnots];
};

class Fader : private IdlerTimeBase {
class Fader : public IdlerTimeBase {
public:
Fader();
virtual ~Fader() {}
Expand Down

0 comments on commit 647c83b

Please sign in to comment.