gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/server impl.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash/server impl.cpp
Date: Mon, 27 Nov 2006 23:13:51 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/11/27 23:13:51

Modified files:
        server         : impl.cpp 

Log message:
        Accidently replace * by &.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/impl.cpp?cvsroot=gnash&r1=1.80&r2=1.81

Patches:
Index: impl.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/impl.cpp,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -b -r1.80 -r1.81
--- impl.cpp    27 Nov 2006 23:02:53 -0000      1.80
+++ impl.cpp    27 Nov 2006 23:13:51 -0000      1.81
@@ -18,7 +18,7 @@
 //
 //
 
-/* $Id: impl.cpp,v 1.80 2006/11/27 23:02:53 nihilus Exp $ */
+/* $Id: impl.cpp,v 1.81 2006/11/27 23:13:51 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -574,7 +574,7 @@
                }
        }
 
-       void add(const std::string& key, movie_definition& mov)
+       void add(const std::string& key, movie_definition* mov)
        {
                _map[key] = mov;
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]