diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-13 21:56:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-13 21:56:17 +0100 |
| commit | dbd26fada835a44d7547007fc44273b2119f3e35 (patch) | |
| tree | 2693d80bc9a65c767f876e623a8db26a9c12fe27 /src/lib/dolby_cp750.h | |
| parent | 3ddd928233130695d7f4eeee47a71409d8c04de7 (diff) | |
Rename SoundProcessor -> CinemaSoundProcessor.
Diffstat (limited to 'src/lib/dolby_cp750.h')
| -rw-r--r-- | src/lib/dolby_cp750.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dolby_cp750.h b/src/lib/dolby_cp750.h index b6c0e7df2..c545844fe 100644 --- a/src/lib/dolby_cp750.h +++ b/src/lib/dolby_cp750.h @@ -17,9 +17,9 @@ */ -#include "sound_processor.h" +#include "cinema_sound_processor.h" -class DolbyCP750 : public SoundProcessor +class DolbyCP750 : public CinemaSoundProcessor { public: DolbyCP750 (); |
