diff src/OSS/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 42a5c9d5830b
children bc0f157aeb86
line wrap: on
line diff
--- a/src/OSS/configure.c	Wed Apr 09 13:31:10 2008 +0300
+++ b/src/OSS/configure.c	Wed Apr 09 15:48:36 2008 +0300
@@ -38,7 +38,7 @@
 static void
 configure_win_ok_cb(GtkWidget * w, gpointer data)
 {
-    ConfigDb *db;
+    mcs_handle_t *db;
 
     oss_cfg.audio_device = audio_device;
     oss_cfg.mixer_device = mixer_device;