From b35b931e3bc8b11e0af69ecb1238d046b176a670 Mon Sep 17 00:00:00 2001 From: Evghenii Gaburov Date: Tue, 24 Feb 2015 12:49:48 +0100 Subject: [PATCH] added const --- ptxtools/GPUTargets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptxtools/GPUTargets.h b/ptxtools/GPUTargets.h index 8d73d26b..6197ca58 100644 --- a/ptxtools/GPUTargets.h +++ b/ptxtools/GPUTargets.h @@ -36,5 +36,5 @@ met: namespace GPUTargets { - static std::vector computeMode = {"sm_35", "sm_37"}; + static const std::vector computeMode = {"sm_35", "sm_37"}; }