[beast] BSE: compile bsegconfig as C++ source



commit 505716c685a48505ddb37c66d0a9ceecdedf8fc2
Author: Stefan Westerfeld <stefan space twc de>
Date:   Fri Jul 22 12:51:25 2011 +0200

    BSE: compile bsegconfig as C++ source

 bse/Makefile.am                     |    2 +-
 bse/{bsegconfig.c => bsegconfig.cc} |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/bse/Makefile.am b/bse/Makefile.am
index 8917f3a..c478af1 100644
--- a/bse/Makefile.am
+++ b/bse/Makefile.am
@@ -70,7 +70,7 @@ bse_sources = $(strip \
 	bsebus.cc		bsecategories.cc 	\
 	bsefilter.cc   		bsebiquadfilter.cc	bsefilter-ellf.cc	\
 	bseconstant.cc		bseconstvalues.cc	bsecontainer.cc			bsecontextmerger.cc \
-	bsedatapocket.cc	bseeditablesample.cc	bseenums.cc			bsegconfig.c \
+	bsedatapocket.cc	bseeditablesample.cc	bseenums.cc			bsegconfig.cc \
 	bseglobals.c		bseglue.c		bseitem.c			bsejanitor.c \
 	bsemain.cc		bsemath.c		bsemathsignal.c			bseladspa.cc \
 	bsemidicontroller.c	bsemididevice.c 	bsedevice.cc 			\
diff --git a/bse/bsegconfig.c b/bse/bsegconfig.cc
similarity index 96%
rename from bse/bsegconfig.c
rename to bse/bsegconfig.cc
index 31e07ec..63d0bb9 100644
--- a/bse/bsegconfig.c
+++ b/bse/bsegconfig.cc
@@ -21,9 +21,9 @@
 
 
 /* --- variables --- */
-BseGConfig        *bse_global_config = NULL;
-static GParamSpec *pspec_global_config = NULL;
-static guint       gconfig_lock_count = 0;
+BseGConfig           *bse_global_config = NULL;
+static GParamSpec    *pspec_global_config = NULL;
+static unsigned int   gconfig_lock_count = 0;
 
 
 /* --- functions --- */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]