Fix build error & disable log
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 5 Nov 2013 07:33:46 +0000 (16:33 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Tue, 5 Nov 2013 07:33:46 +0000 (16:33 +0900)
Change-Id: I12a3e1df212937a811c033a1ea3892848e031768

inc/FUiAnimFloatColor.h
src/ui/animations/FUiAnim_Looper.cpp

index c294649..8921b81 100644 (file)
@@ -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.
index 6381176..7cfae06 100644 (file)
@@ -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
 {