From 95deae137287d802ea6bbd49eee60bf05d29d0f5 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 22 Jan 2016 16:42:14 +0900 Subject: [PATCH] Initialize member variables in class Change-Id: I8b53e872f2e8735e30c68c3cb92c50f52a1c4f4c --- src/sclcoreui-efl.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sclcoreui-efl.cpp b/src/sclcoreui-efl.cpp index a200b5c..9617a3f 100644 --- a/src/sclcoreui-efl.cpp +++ b/src/sclcoreui-efl.cpp @@ -56,6 +56,9 @@ CSCLCoreUIEFL::CSCLCoreUIEFL() m_initialized = FALSE; m_backend_identifier = "EFL"; + + m_rotation_degree = 0; + m_main_window = SCLWINDOW_INVALID; } CSCLCoreUIEFL::~CSCLCoreUIEFL() -- 2.7.4