Fixed SVACE error in dbus.h 72/266472/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 12 Nov 2021 10:11:49 +0000 (10:11 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 12 Nov 2021 10:11:49 +0000 (10:11 +0000)
Change-Id: I4316bb3d1332d5459b6e02676fb9af28933ef954

dali/internal/accessibility/bridge/dbus.h

index 8f6a6ed..d43c009 100644 (file)
@@ -483,7 +483,7 @@ enum class ErrorType
 struct Error
 {
   std::string message;
-  ErrorType errorType;
+  ErrorType errorType{ErrorType::DEFAULT};
 
   Error() = default;
   Error(std::string msg, ErrorType errorType = ErrorType::DEFAULT)