Mercurial > audlegacy-plugins
diff src/modplug/modplugbmp.cxx @ 2523:769e17da93dd
Replaced s/ConfigDb/mcs_handle_t/g, as per changes in the core.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Wed, 09 Apr 2008 15:48:36 +0300 |
| parents | 7b284f323ad8 |
| children | f791c889f74c |
line wrap: on
line diff
--- a/src/modplug/modplugbmp.cxx Wed Apr 09 13:31:10 2008 +0300 +++ b/src/modplug/modplugbmp.cxx Wed Apr 09 15:48:36 2008 +0300 @@ -74,7 +74,7 @@ void ModplugXMMS::Init(void) { - ConfigDb *db; + mcs_handle_t *db; db = aud_cfg_db_open(); @@ -589,7 +589,7 @@ void ModplugXMMS::SetModProps(const Settings& aModProps) { - ConfigDb *db; + mcs_handle_t *db; mModProps = aModProps; // [Reverb level 0(quiet)-100(loud)], [delay in ms, usually 40-200ms]
