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.cc | |
| parent | 3ddd928233130695d7f4eeee47a71409d8c04de7 (diff) | |
Rename SoundProcessor -> CinemaSoundProcessor.
Diffstat (limited to 'src/lib/dolby_cp750.cc')
| -rw-r--r-- | src/lib/dolby_cp750.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dolby_cp750.cc b/src/lib/dolby_cp750.cc index aeb469d29..317d129d9 100644 --- a/src/lib/dolby_cp750.cc +++ b/src/lib/dolby_cp750.cc @@ -24,7 +24,7 @@ using namespace std; DolbyCP750::DolbyCP750 () - : SoundProcessor ("dolby_cp750", _("Dolby CP650 and CP750")) + : CinemaSoundProcessor ("dolby_cp750", _("Dolby CP650 and CP750")) { } |
