summaryrefslogtreecommitdiff
path: root/thread/src
diff options
context:
space:
mode:
authorJaeyun Jeong <jyjeong@samsung.com>2012-10-26 15:09:17 +0900
committerJaeyun Jeong <jyjeong@samsung.com>2012-10-26 15:09:17 +0900
commitf2c68787bc901b76d4fc44f46dbedf4f1870bac1 (patch)
tree83aa1ec172568e3400391b701b6a40e0a707d287 /thread/src
parentaa9c4c6bd728e7e366349b90374fcc136ead3324 (diff)
downloadmessage-app-f2c68787bc901b76d4fc44f46dbedf4f1870bac1.tar.gz
message-app-f2c68787bc901b76d4fc44f46dbedf4f1870bac1.tar.bz2
message-app-f2c68787bc901b76d4fc44f46dbedf4f1870bac1.zip
Fix build errors.
Change-Id: I4297d5fe7de1e60351f76a5f1ab4f382cec15140
Diffstat (limited to 'thread/src')
-rwxr-xr-xthread/src/msg-ui-thread-main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thread/src/msg-ui-thread-main.c b/thread/src/msg-ui-thread-main.c
index 9c8b619..97bf779 100755
--- a/thread/src/msg-ui-thread-main.c
+++ b/thread/src/msg-ui-thread-main.c
@@ -702,6 +702,7 @@ void msg_ui_thread_reset_thread_view(void *data, service_h service)
if (!data)
return;
+ PMSG_THREAD_DATA pData = (PMSG_THREAD_DATA)data;
PMSG_THREAD_LIST_DATA pListData = NULL;
pListData = msg_ui_thread_get_current_list();