[PATCH 1/2] BSE: add proper Bse:: namespace to uint8 and uint64 in bse includes



Signed-off-by: Stefan Westerfeld <stefan space twc de>
---
 bse/bsecategories.hh | 2 +-
 bse/bseexports.hh    | 2 +-
 bse/bseutils.hh      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bse/bsecategories.hh b/bse/bsecategories.hh
index 596b743..747c23e 100644
--- a/bse/bsecategories.hh
+++ b/bse/bsecategories.hh
@@ -10,7 +10,7 @@
 typedef gboolean (BseCategoryCheck) (const Bse::Category *category, void *data);
 
 /* --- prototypes --- */
-void             bse_categories_register              (const std::string &category, const char 
*i18n_category, GType type, const uint8 *pixstream);
+void             bse_categories_register              (const std::string &category, const char 
*i18n_category, GType type, const Bse::uint8 *pixstream);
 Bse::CategorySeq bse_categories_match                 (const std::string &pattern, GType base_type, 
BseCategoryCheck check, void *data);
 Bse::CategorySeq bse_categories_match_typed           (const std::string &pattern, GType base_type);
 Bse::CategorySeq bse_categories_from_type             (GType type);
diff --git a/bse/bseexports.hh b/bse/bseexports.hh
index c334b40..b0ae348 100644
--- a/bse/bseexports.hh
+++ b/bse/bseexports.hh
@@ -103,7 +103,7 @@ typedef struct {
 typedef struct {
   uint           major, minor, micro;
   uint           dummy1, dummy2, dummy3, dummy4, dummy5;
-  uint64         export_flags;
+  Bse::uint64    export_flags;
   BseExportNode *export_chain;
 } BseExportIdentity;
 #define BSE_EXPORT_IDENTITY(HEAD)                               \
diff --git a/bse/bseutils.hh b/bse/bseutils.hh
index ae16985..0d60cf7 100644
--- a/bse/bseutils.hh
+++ b/bse/bseutils.hh
@@ -42,7 +42,7 @@ void    bse_balance_set         (double  balance,
 
 
 /* --- icons --- */
-Bse::Icon bse_icon_from_pixstream (const uint8 *pixstream);
+Bse::Icon bse_icon_from_pixstream (const Bse::uint8 *pixstream);
 
 
 /* --- ID allocator --- */
-- 
2.7.4



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