summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Sorvig <morten.sorvig@nokia.com>2010-03-15 10:33:07 +0100
committerMorten Sorvig <morten.sorvig@nokia.com>2010-03-15 10:33:07 +0100
commit7884fec9cd58a385ff96dc6acca2a2cf027ebf3a (patch)
tree2a7a4cf0c72d33808b60065dd26922cbd22b9337
parent20917fc093882b21161b779b3853c206d429c479 (diff)
Compile.
-rw-r--r--src/gui/pepper/peppermain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/pepper/peppermain.cpp b/src/gui/pepper/peppermain.cpp
index 48965202e4..bcc4de48dd 100644
--- a/src/gui/pepper/peppermain.cpp
+++ b/src/gui/pepper/peppermain.cpp
@@ -23,7 +23,7 @@ void qt_nacl_message_output(const char *message)
{
char *copy = qstrdup(message);
// Pass the message to the plugin thread.
- NPN_PluginThreadAsyncCall(qt_nacl_message_output_callback, copy);
+ NPN_PluginThreadAsyncCall(event_handler->npp_, qt_nacl_message_output_callback, copy);
}
void qt_nacl_message_output_callback(void *data)