[beast: 2/4] BSE: add proper Bse:: namespace to uint8 and uint64 in bse includes
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 2/4] BSE: add proper Bse:: namespace to uint8 and uint64 in bse includes
- Date: Tue, 20 Jun 2017 08:13:23 +0000 (UTC)
commit 8068dabef967ca01b584586b030336f9e8ee4b50
Author: Stefan Westerfeld <stefan space twc de>
Date: Fri Apr 7 12:05:35 2017 +0200
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 --- */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]