added const

This commit is contained in:
Evghenii Gaburov
2015-02-24 12:49:48 +01:00
parent 19105494e1
commit b35b931e3b

View File

@@ -36,5 +36,5 @@ met:
namespace GPUTargets
{
static std::vector<std::string> computeMode = {"sm_35", "sm_37"};
static const std::vector<std::string> computeMode = {"sm_35", "sm_37"};
}