Skip to content

Commit

Permalink
added explicit keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
klausspanderen committed May 26, 2020
1 parent 193abdc commit 3a8d7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-suite/hestonmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3097,7 +3097,7 @@ void HestonModelTest::testExponentialFitting4StrikesAndMaturities() {
namespace {
class HestonIntegrationMaxBoundTestFct {
public:
HestonIntegrationMaxBoundTestFct(Real maxBound)
explicit HestonIntegrationMaxBoundTestFct(Real maxBound)
: maxBound_(maxBound),
callCounter_(ext::make_shared<Size>(Size(0))) {}

Expand Down

0 comments on commit 3a8d7a8

Please sign in to comment.