Remove build warning
[platform/core/uifw/inputdelegator.git] / src / WInputSttMicEffect.cpp
index cb128ee..5454f27 100755 (executable)
@@ -38,11 +38,11 @@ using namespace is::ui;
 
 
 WInputSttMicEffect::WInputSttMicEffect()
-       : processing_effect_timer(NULL)
-       , progressbar(NULL)
+       : square_sum(0)
        , count(5)
-       , square_sum(0)
-       , handle(NULL) {
+       , handle(NULL)
+       , processing_effect_timer(NULL)
+       , progressbar(NULL) {
 }
 
 WInputSttMicEffect::~WInputSttMicEffect() {