# HG changeset patch # User William Roberts # Date 1277485570 -3600 # Node ID 1c386166cb87ef48fd900386d5bb776463ca8f31 # Parent 2a9e6180e70cdad74d1bb7380fbf8e91d8c1b267 Speculative fix for npapi.h compilation problem - Bug 1680 If this API is being used, then this ought to flush out the clients... diff -r 2a9e6180e70c -r 1c386166cb87 web_pub/browser_plugin_api/inc/npapi.h --- a/web_pub/browser_plugin_api/inc/npapi.h Thu Jun 17 12:25:04 2010 +0100 +++ b/web_pub/browser_plugin_api/inc/npapi.h Fri Jun 25 18:06:10 2010 +0100 @@ -434,7 +434,7 @@ } NPN_GenericParam(const TDesC& aStrValue) - :strValue(aStrValue) + :strValue(&aStrValue) { } @@ -446,7 +446,7 @@ } int intValue; bool boolValue; - const TDesC& strValue; + const TDesC* strValue; void* voidValue; };