From 1747ae4d766ccbe4ec6db09596fbd5460031346e Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Tue, 5 Nov 2013 16:33:46 +0900 Subject: [PATCH] Fix build error & disable log Change-Id: I12a3e1df212937a811c033a1ea3892848e031768 --- inc/FUiAnimFloatColor.h | 2 +- src/ui/animations/FUiAnim_Looper.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/FUiAnimFloatColor.h b/inc/FUiAnimFloatColor.h index c294649..8921b81 100644 --- a/inc/FUiAnimFloatColor.h +++ b/inc/FUiAnimFloatColor.h @@ -93,7 +93,7 @@ public: * * @param[in] rhs An instance of %Graphics::Color */ - FloatColor(const Color& rhs); + FloatColor(const Tizen::Graphics::Color& rhs); /** * Initializes the instance of %FloatColor with the specified ARGB values. diff --git a/src/ui/animations/FUiAnim_Looper.cpp b/src/ui/animations/FUiAnim_Looper.cpp index 6381176..7cfae06 100644 --- a/src/ui/animations/FUiAnim_Looper.cpp +++ b/src/ui/animations/FUiAnim_Looper.cpp @@ -41,8 +41,8 @@ using namespace Tizen::Ui::Animations; // CHECKME: // If we decide to support thread-safety for UI event system, lock is needed for manupulating event-queue. -#define PRINT(...) fprintf(stderr, __VA_ARGS__) -//#define PRINT(...) +//#define PRINT(...) fprintf(stderr, __VA_ARGS__) +#define PRINT(...) namespace Tizen { namespace Ui { namespace Animations { -- 2.7.4