1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-20 20:23:03 +02:00

AUTHORS.h: Global variables should be const.

Non-const global variables should not be used
This commit is contained in:
Alexander Wilms 2023-10-27 13:50:33 +00:00
parent 04b3dca773
commit e4aaeef5da

View File

@ -10,7 +10,7 @@
#pragma once
//VCMI PROJECT CODE CONTRIBUTORS:
std::vector<std::vector<std::string>> contributors = {
const std::vector<std::vector<std::string>> contributors = {
// Task Name Aka E-Mail
{ "Idea", "Michał Urbańczyk", "Tow", "impono@gmail.com" },
{ "Idea", "Mateusz B.", "Tow dragon", "matcio1@gmail.com" },