diff options
-rw-r--r-- | iPhonePrivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 9852bbe..8f0a63b 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -608,7 +608,7 @@ extern CGFloat const UIScrollViewDecelerationRateNormal; extern CFStringRef const kGSDisplayIdentifiersCapability; extern float const UIWebViewGrowsAndShrinksToFitHeight; extern float const UIWebViewScalesToFitScale; -extern NSString *WebKitErrorDomain; +extern "C" NSString *WebKitErrorDomain; // }}} // extern "C" *(); {{{ extern "C" void *reboot2(uint64_t flags); |