Explorar o código

AUTHORS.h: Global variables should be const.

Non-const global variables should not be used
Alexander Wilms %!s(int64=2) %!d(string=hai) anos
pai
achega
e4aaeef5da
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]"            },