diff options
author | Jaeyun Jeong <jyjeong@samsung.com> | 2012-10-26 15:09:17 +0900 |
---|---|---|
committer | Jaeyun Jeong <jyjeong@samsung.com> | 2012-10-26 15:09:17 +0900 |
commit | f2c68787bc901b76d4fc44f46dbedf4f1870bac1 (patch) | |
tree | 83aa1ec172568e3400391b701b6a40e0a707d287 /thread/src | |
parent | aa9c4c6bd728e7e366349b90374fcc136ead3324 (diff) | |
download | message-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-x | thread/src/msg-ui-thread-main.c | 1 |
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(); |