]> git.pld-linux.org Git - packages/celestia.git/commitdiff
- typename
authoradgor <adgor@pld-linux.org>
Thu, 27 May 2004 08:39:56 +0000 (08:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    celestia-gcc34.patch -> 1.1

celestia-gcc34.patch [new file with mode: 0644]

diff --git a/celestia-gcc34.patch b/celestia-gcc34.patch
new file mode 100644 (file)
index 0000000..a80cf8f
--- /dev/null
@@ -0,0 +1,20 @@
+--- celestia-1.3.1/src/celutil/resmanager.h.orig       2003-03-23 20:24:03.000000000 +0100
++++ celestia-1.3.1/src/celutil/resmanager.h    2004-05-27 10:20:35.976730904 +0200
+@@ -72,7 +72,7 @@
+         {
+             ResourceHandle h = handles.size();
+             resources.insert(resources.end(), info);
+-            handles.insert(ResourceHandleMap::value_type(info, h));
++            handles.insert(typename ResourceHandleMap::value_type(info, h));
+             return h;
+         }
+     }
+@@ -105,7 +105,7 @@
+                     else
+                     {
+                         resources[h].state = ResourceLoaded;
+-                        loadedResources.insert(NameMap::value_type(resources[h].resolvedName, resources[h].resource));
++                        loadedResources.insert(typename NameMap::value_type(resources[h].resolvedName, resources[h].resource));
+                     }
+                 }
+             }
This page took 0.028532 seconds and 4 git commands to generate.