Kaydet (Commit) 588877f8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann Kaydeden (comit) Caolán McNamara

loplugin:implicitboolconversion

Change-Id: I3bd1222642ab3e8d24bf0f5cca897c2ce638757a
(cherry picked from commit fd433a12)
üst 6d4d9cb5
......@@ -142,7 +142,7 @@ public:
if (m_bGettingMarginsValue)
throw std::runtime_error("recursion in layout");
m_bGettingMarginsValue = true;
bool fRet = MarginsValue(nWhichSide);
auto fRet = MarginsValue(nWhichSide);
m_bGettingMarginsValue = false;
return fRet;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment