diff src/wavpack/ui.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 4d6045c20cc5
children bd3a24b39058
line wrap: on
line diff
--- a/src/wavpack/ui.cxx	Wed Apr 09 13:31:10 2008 +0300
+++ b/src/wavpack/ui.cxx	Wed Apr 09 15:48:36 2008 +0300
@@ -417,7 +417,7 @@
 static void
 wv_configurewin_ok(GtkWidget * widget, gpointer data)
 {
-    ConfigDb *cfg;
+    mcs_handle_t *cfg;
     GtkToggleButton *tb;
 
     tb = GTK_TOGGLE_BUTTON(rg_switch);