[beast: 7/11] BSE: use Bse::Blob instead of Res and Blob from Rapicorn



commit f4b61a2f1cc31e714b129b5f8e7f8f638121ef48
Author: Tim Janik <timj gnu org>
Date:   Mon Sep 18 16:46:39 2017 +0200

    BSE: use Bse::Blob instead of Res and Blob from Rapicorn
    
    Signed-off-by: Tim Janik <timj gnu org>

 sfi/bcore.hh |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/sfi/bcore.hh b/sfi/bcore.hh
index 794631e..75a39aa 100644
--- a/sfi/bcore.hh
+++ b/sfi/bcore.hh
@@ -2,6 +2,7 @@
 #ifndef __BSE_BCORE_HH__
 #define __BSE_BCORE_HH__
 
+#include <sfi/blob.hh>
 #include <sfi/platform.hh>
 #include <sfi/strings.hh>
 #include <sfi/glib-extra.hh>
@@ -28,8 +29,6 @@ typedef vector<String> StringVector;    ///< Convenience alias for a std::vector
 using   Aida::Any;
 using   Aida::EventFd;
 using   Rapicorn::void_t;
-using   Rapicorn::Blob;
-using   Rapicorn::Res;
 
 // == Diagnostics ==
 template<class... Args> String      string_format        (const char *format, const Args &...args) 
BSE_PRINTF (1, 0);


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