[beast: 1/18] BSE: fix bse_cxx_init namespace
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 1/18] BSE: fix bse_cxx_init namespace
- Date: Mon, 5 Oct 2015 22:49:29 +0000 (UTC)
commit 536e816b3768a9d17623957179b6fd3b9ae0c927
Author: Tim Janik <timj gnu org>
Date: Thu Sep 24 19:57:58 2015 +0200
BSE: fix bse_cxx_init namespace
bse/bsecxxutils.cc | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/bse/bsecxxutils.cc b/bse/bsecxxutils.cc
index 93de07d..15c646d 100644
--- a/bse/bsecxxutils.cc
+++ b/bse/bsecxxutils.cc
@@ -95,11 +95,12 @@ TypeRegistry::init_types()
type_entries = NULL;
}
+} // Bse
+
+
extern "C" void
bse_cxx_init (void) // prototyped in bseutils.hh
{
// FIXME: delete: init_exception_handler ();
Bse::TypeRegistry::init_types();
}
-
-} // Bse
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]