diff options
Diffstat (limited to 'wall-mesh.cpp')
| -rw-r--r-- | wall-mesh.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wall-mesh.cpp b/wall-mesh.cpp index 2dddf3a1..843f7073 100644 --- a/wall-mesh.cpp +++ b/wall-mesh.cpp @@ -75,6 +75,6 @@ decltype(wall_mesh::_index_data) wall_mesh::make_index_array() return array; } -const auto wall_mesh::_index_data = wall_mesh::make_index_array(); +const decltype(wall_mesh::_index_data) wall_mesh::_index_data = wall_mesh::make_index_array(); } // namespace Magnum::Examples |
