[Orxonox-commit 5543] r10206 - code/trunk/src/libraries/tools
landauf at orxonox.net
landauf at orxonox.net
Tue Jan 27 23:23:48 CET 2015
Author: landauf
Date: 2015-01-27 23:23:47 +0100 (Tue, 27 Jan 2015)
New Revision: 10206
Modified:
code/trunk/src/libraries/tools/IcoSphere.h
Log:
fixed build
Modified: code/trunk/src/libraries/tools/IcoSphere.h
===================================================================
--- code/trunk/src/libraries/tools/IcoSphere.h 2015-01-25 23:22:57 UTC (rev 10205)
+++ code/trunk/src/libraries/tools/IcoSphere.h 2015-01-27 22:23:47 UTC (rev 10206)
@@ -80,7 +80,7 @@
std::list<LineIndices> lineIndices;
std::list<int> triangleIndices;
std::list<TriangleIndices> faces;
- std::map<__int64, int> middlePointIndexCache;
+ std::map<int64_t, int> middlePointIndexCache;
int index;
};
}
More information about the Orxonox-commit
mailing list