[beast/rc1: 3/4] BSE: fix template access restrictions cought by g++-4.9.1
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast/rc1: 3/4] BSE: fix template access restrictions cought by g++-4.9.1
- Date: Wed, 15 Oct 2014 14:09:24 +0000 (UTC)
commit bc56c8ec1cd8931578c72e8ce23ba4ec0db794f3
Author: Tim Janik <timj gnu org>
Date: Wed Oct 15 04:01:00 2014 +0200
BSE: fix template access restrictions cought by g++-4.9.1
bse/bsecxxmodule.hh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bse/bsecxxmodule.hh b/bse/bsecxxmodule.hh
index 386f67b..a90af22 100644
--- a/bse/bsecxxmodule.hh
+++ b/bse/bsecxxmodule.hh
@@ -74,7 +74,7 @@ public:
Effect *effect;
};
struct NeedAutoUpdateTag {};
-protected:
+public:
template<class M, class P, class C> struct Trampoline {
static void auto_update_accessor (BseModule*, gpointer);
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]