Mercurial > audlegacy-plugins
diff src/CoreAudio/configure.c @ 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 | f1b6f1b2cdb3 |
line wrap: on
line diff
--- a/src/CoreAudio/configure.c Wed Apr 09 13:31:10 2008 +0300 +++ b/src/CoreAudio/configure.c Wed Apr 09 15:48:36 2008 +0300 @@ -30,7 +30,7 @@ static void configure_win_ok_cb(GtkWidget * w, gpointer data) { - ConfigDb *cfgfile; + mcs_handle_t *cfgfile; osx_cfg.audio_device = audio_device; osx_cfg.mixer_device = mixer_device;
