diff src/musepack/libmpc.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 5fea114ca11e
children e23ce346f239
line wrap: on
line diff
--- a/src/musepack/libmpc.cxx	Wed Apr 09 13:31:10 2008 +0300
+++ b/src/musepack/libmpc.cxx	Wed Apr 09 15:48:36 2008 +0300
@@ -127,7 +127,7 @@
 
 static void mpcOpenPlugin()
 {
-    ConfigDb *cfg;
+    mcs_handle_t *cfg;
     cfg = aud_cfg_db_open();
     aud_cfg_db_get_bool(cfg, "musepack", "clipPrevention", &pluginConfig.clipPrevention);
     aud_cfg_db_get_bool(cfg, "musepack", "albumGain",      &pluginConfig.albumGain);
@@ -251,7 +251,7 @@
 
 static void saveConfigBox(GtkWidget* p_Widget, gpointer p_Data)
 {
-    ConfigDb* cfg;
+    mcs_handle_t* cfg;
     GtkToggleButton* tb;
 
     tb = GTK_TOGGLE_BUTTON(widgets.replaygainCheck);