mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-04 10:33:29 -05:00
#1292 Fixed CppCheck Issues in AppFwk viewer/vizExtensions/CommonCode
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user