From 38952e5cea3151237194202414b584634935da4f Mon Sep 17 00:00:00 2001 From: Hokwon Song Date: Mon, 18 Mar 2013 14:42:02 +0900 Subject: [PATCH] Set visibiltiry of vibration pattern Change-Id: I7c369d66aadc7fe0089a502999206a23597f7768 Signed-off-by: Hokwon Song --- inc/FSysVibrator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/FSysVibrator.h b/inc/FSysVibrator.h index a1d7a04..81c8c87 100644 --- a/inc/FSysVibrator.h +++ b/inc/FSysVibrator.h @@ -91,7 +91,7 @@ namespace Tizen { namespace System * * @since 2.1 */ -struct IntensityDurationVibrationPattern +struct _OSP_EXPORT_ IntensityDurationVibrationPattern { int duration; /**< The duration in milliseconds when the vibrator is on. @n * The @c duration is not allowed a negative value. -- 2.7.4