summaryrefslogtreecommitdiff
path: root/indra/media_plugins/example
diff options
context:
space:
mode:
authorMonroe Linden <monroe@lindenlab.com>2010-03-16 16:45:25 -0700
committerMonroe Linden <monroe@lindenlab.com>2010-03-16 16:45:25 -0700
commit65384d0df54bca08f12309d13a39b7bd24c67ed2 (patch)
treea012894d37b1d7ef19ff785dbd879b1f2c316155 /indra/media_plugins/example
parentce242821dcf83bde15b49895c24019347b266d97 (diff)
Fix for build error in media_plugin_example.cpp.
Diffstat (limited to 'indra/media_plugins/example')
-rw-r--r--indra/media_plugins/example/media_plugin_example.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/media_plugins/example/media_plugin_example.cpp b/indra/media_plugins/example/media_plugin_example.cpp
index 8d79bb27f1..49bbca6c52 100644
--- a/indra/media_plugins/example/media_plugin_example.cpp
+++ b/indra/media_plugins/example/media_plugin_example.cpp
@@ -183,7 +183,7 @@ void MediaPluginExample::receiveMessage( const char* message_string )
if ( message_name == "init" )
{
// Plugin gets to decide the texture parameters to use.
- message.setMessage( LLPLUGIN_MESSAGE_CLASS_MEDIA, "texture_params" );
+ LLPluginMessage message( LLPLUGIN_MESSAGE_CLASS_MEDIA, "texture_params" );
message.setValueS32( "default_width", mWidth );
message.setValueS32( "default_height", mHeight );
message.setValueS32( "depth", mDepth );