Cppcheck: Fix issues related to explicit constructors

This commit is contained in:
heckflosse
2016-10-03 00:54:02 +02:00
parent ccd9002c3a
commit 3552fd4161
41 changed files with 45 additions and 45 deletions

View File

@@ -89,7 +89,7 @@ public:
static const int MaxPersModelCount = 3000;
LCPPersModel* aPersModel[MaxPersModelCount]; // Do NOT use std::list or something, it's buggy in GCC!
LCPProfile(Glib::ustring fname);
explicit LCPProfile(Glib::ustring fname);
void calcParams(int mode, float focalLength, float focusDist, float aperture, LCPModelCommon *pCorr1, LCPModelCommon *pCorr2, LCPModelCommon *pCorr3) const; // Interpolates between the persModels frames