mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	AUTHORS.h: Global variables should be const.
Non-const global variables should not be used
This commit is contained in:
		| @@ -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"            }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user