fix error
authorKibum Kim <kb0929.kim@samsung.com>
Sat, 18 Feb 2012 12:48:57 +0000 (21:48 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Sat, 18 Feb 2012 12:48:57 +0000 (21:48 +0900)
src/platform/Tizen/Contact/Contact.cpp

index 31cc1d7..bcb69fd 100755 (executable)
@@ -89,7 +89,7 @@ string Contact::convertToString(const string &format)
 ContactPtr Contact::convertFromString(const std::string &vObjectStr, const std::string &format)
 {
        LogDebug("entered");
-       const void *vcard_stream = vObjectStr.c_str();
+       const char *vcard_stream = vObjectStr.c_str();
        CTSstruct* cts;
 
        if(format != "VCARD_30")