Fix Haiku build and warnings.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23804 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
+1
-1
@@ -39,4 +39,4 @@ friend class Z::ThemeManager::ThemeManager;
|
||||
|
||||
using namespace Z::ThemeManager;
|
||||
|
||||
#endif /* _BE_THEME_IMPORTER_H */
|
||||
#endif /* _BE_THEME_IMPORTER_H */
|
||||
|
||||
+1
-1
@@ -50,4 +50,4 @@ friend class Z::ThemeManager::ThemeManager;
|
||||
|
||||
using namespace Z::ThemeManager;
|
||||
|
||||
#endif /* _THEME_IMPORTER_H */
|
||||
#endif /* _THEME_IMPORTER_H */
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <Bitmap.h>
|
||||
#include <Box.h>
|
||||
#include <DataIO.h>
|
||||
#include <Debug.h>
|
||||
#include <Entry.h>
|
||||
#include <File.h>
|
||||
#include <BeBuild.h>
|
||||
|
||||
Reference in New Issue
Block a user