[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gnash] [PATCH]: make xpi compiling problem
From: |
Giuseppe Scrivano |
Subject: |
[Bug-gnash] [PATCH]: make xpi compiling problem |
Date: |
Fri, 02 Jan 2009 21:19:22 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
Hello,
this simple fixes a compiling problem when "make xpi" is used.
Giuseppe
=== modified file 'plugin/plugin.cpp'
--- plugin/plugin.cpp 2008-12-09 17:47:55 +0000
+++ plugin/plugin.cpp 2009-01-02 15:58:33 +0000
@@ -921,7 +921,7 @@
#ifdef GNASH_XPI_PLUGIN
static int
-getHome(string& gnashpath)
+getHome(std::string& gnashpath)
{
nsresult rv;
- [Bug-gnash] [PATCH]: make xpi compiling problem,
Giuseppe Scrivano <=