[beast/rc1: 3/4] BSE: fix template access restrictions cought by g++-4.9.1



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]