git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@581
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
: m_strKey(keyParent.m_strKey)
{
// combine our name with parent's to get the full name
: m_strKey(keyParent.m_strKey)
{
// combine our name with parent's to get the full name
- if ( !strKey.IsEmpty() && strKey[0] != REG_SEPARATOR )
+ if ( !m_strKey.IsEmpty() && strKey[0] != REG_SEPARATOR )
m_strKey += REG_SEPARATOR;
m_strKey += strKey;
m_strKey += REG_SEPARATOR;
m_strKey += strKey;