#1292 Fixed CppCheck Issues in AppFwk viewer/vizExtensions/CommonCode

This commit is contained in:
Magne Sjaastad
2017-03-06 19:22:32 +01:00
parent 749ce8e8af
commit b2e9d3fe11
12 changed files with 27 additions and 12 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ namespace caf {
class ColorTable
{
public:
ColorTable(const std::vector<cvf::Color3ub>& colors);
explicit ColorTable(const std::vector<cvf::Color3ub>& colors);
cvf::Color3f cycledColor3f(size_t itemIndex) const;
cvf::Color3ub cycledColor3ub(size_t itemIndex) const;