summaryrefslogtreecommitdiff
path: root/src/wieldmesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wieldmesh.h')
-rw-r--r--src/wieldmesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wieldmesh.h b/src/wieldmesh.h
index dee18ca23..d3946b4e0 100644
--- a/src/wieldmesh.h
+++ b/src/wieldmesh.h
@@ -36,7 +36,7 @@ struct ItemMesh
* If the boolean is true, the color is fixed, else
* palettes can modify it.
*/
- std::vector<std::pair<bool, video::SColor>> buffer_colors;
+ std::vector<std::pair<bool, video::SColor> > buffer_colors;
ItemMesh() : mesh(NULL), buffer_colors() {}
};