Rename() (partly) implemented for wxRegConf
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -544,10 +544,10 @@ bool wxRegKey::HasSubKey(const char *szKey) const
 | 
			
		||||
    return FALSE;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
wxRegKey::ValueType wxRegKey::GetValueType(const char *szValue)
 | 
			
		||||
wxRegKey::ValueType wxRegKey::GetValueType(const char *szValue) const
 | 
			
		||||
{
 | 
			
		||||
  #ifdef  __WIN32__
 | 
			
		||||
    if ( !Open() )
 | 
			
		||||
    if ( ! CONST_CAST Open() )
 | 
			
		||||
      return Type_None;
 | 
			
		||||
 | 
			
		||||
    DWORD dwType;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user