refs #341 Fixed initialization of m_wildcard

This commit is contained in:
Roland Winklmeier
2014-10-30 15:54:12 +01:00
parent 4903993bd5
commit 851d50cdea

View File

@@ -22,6 +22,7 @@ namespace BlackMisc
* Constructor single value
*/
CPropertyIndexVariantMap::CPropertyIndexVariantMap(const CPropertyIndex &index, const QVariant &value)
: m_wildcard(false)
{
this->addValue(index, value);
}