Browse Source

AUTHORS.h: Global variables should be const.

Non-const global variables should not be used
Alexander Wilms 2 years ago
parent
commit
e4aaeef5da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AUTHORS.h

+ 1 - 1
AUTHORS.h

@@ -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",                   "[email protected]"             },
    { "Idea",       "Mateusz B.",           "Tow dragon",            "[email protected]"            },