From ef01092096aacc48fbe46c9e9d20061dde85b9a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 1 Feb 2008 03:27:09 +0000 Subject: [PATCH] Fix Haiku build and warnings. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23804 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- 3rdparty/mmu_man/themes/BeThemeImporter.cpp | 6 +++--- 3rdparty/mmu_man/themes/BeThemeImporter.h | 2 +- 3rdparty/mmu_man/themes/ThemeImporter.h | 2 +- 3rdparty/mmu_man/themes/ThemeInterfaceView.cpp | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/3rdparty/mmu_man/themes/BeThemeImporter.cpp b/3rdparty/mmu_man/themes/BeThemeImporter.cpp index a7ea3cd11f..71d56b8e6d 100644 --- a/3rdparty/mmu_man/themes/BeThemeImporter.cpp +++ b/3rdparty/mmu_man/themes/BeThemeImporter.cpp @@ -22,9 +22,9 @@ #include "BeThemeImporter.h" -#define DEBUG_BTI -#ifdef DEBUG_BTI -#define FENTRY PRINT(("BeThemeImporter[%s]::%s()\n", Name(), __FUNCTION__)) +#define DEBUG_TI +#ifdef DEBUG_TI +#define FENTRY PRINT(("ThemeImporter[%s]::%s()\n", Name(), __FUNCTION__)) #else #define FENTRY #endif diff --git a/3rdparty/mmu_man/themes/BeThemeImporter.h b/3rdparty/mmu_man/themes/BeThemeImporter.h index d8103f4687..ab5338e3d0 100644 --- a/3rdparty/mmu_man/themes/BeThemeImporter.h +++ b/3rdparty/mmu_man/themes/BeThemeImporter.h @@ -39,4 +39,4 @@ friend class Z::ThemeManager::ThemeManager; using namespace Z::ThemeManager; -#endif /* _BE_THEME_IMPORTER_H */ \ No newline at end of file +#endif /* _BE_THEME_IMPORTER_H */ diff --git a/3rdparty/mmu_man/themes/ThemeImporter.h b/3rdparty/mmu_man/themes/ThemeImporter.h index 131f031b5d..515d14adfe 100644 --- a/3rdparty/mmu_man/themes/ThemeImporter.h +++ b/3rdparty/mmu_man/themes/ThemeImporter.h @@ -50,4 +50,4 @@ friend class Z::ThemeManager::ThemeManager; using namespace Z::ThemeManager; -#endif /* _THEME_IMPORTER_H */ \ No newline at end of file +#endif /* _THEME_IMPORTER_H */ diff --git a/3rdparty/mmu_man/themes/ThemeInterfaceView.cpp b/3rdparty/mmu_man/themes/ThemeInterfaceView.cpp index c1d5f19736..22df6d5d43 100644 --- a/3rdparty/mmu_man/themes/ThemeInterfaceView.cpp +++ b/3rdparty/mmu_man/themes/ThemeInterfaceView.cpp @@ -2,6 +2,7 @@ #include #include #include +#include #include #include #include