gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libbase hash_wrapper.h


From: Markus Gothe
Subject: [Gnash-commit] gnash/libbase hash_wrapper.h
Date: Tue, 28 Nov 2006 00:39:44 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/11/28 00:39:44

Modified files:
        libbase        : hash_wrapper.h 

Log message:
        class -> typename

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/hash_wrapper.h?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: hash_wrapper.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/hash_wrapper.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- hash_wrapper.h      28 Nov 2006 00:19:22 -0000      1.1
+++ hash_wrapper.h      28 Nov 2006 00:39:44 -0000      1.2
@@ -17,14 +17,14 @@
 //
 //
 
-/* $Id: hash_wrapper.h,v 1.1 2006/11/28 00:19:22 nihilus Exp $ */
+/* $Id: hash_wrapper.h,v 1.2 2006/11/28 00:39:44 nihilus Exp $ */
 
 #ifndef HASH_WRAPPER_H
 #define HASH_WRAPPER_H
 
 #include <map>
 
-template<class T, class U>
+template<typename T, typename U>
 class hash_wrapper : public std::map<T, U>
 {
 private:




reply via email to

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