]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/registry.h
replaced wxMoveWindowDeferred() with wxWindow::DoMoveSibling()
[wxWidgets.git] / include / wx / msw / registry.h
index ec2fe0a8426e0ef0c624ae31510d1015131078d1..5f9020a7e75573f66c443084e422cf498f7743bf 100644 (file)
@@ -245,6 +245,7 @@ private:
               m_hRootKey;       // handle of the top key (i.e. StdKey)
   wxString    m_strKey;         // key name (relative to m_hRootKey)
 
               m_hRootKey;       // handle of the top key (i.e. StdKey)
   wxString    m_strKey;         // key name (relative to m_hRootKey)
 
+  AccessMode  m_mode;           // valid only if key is opened
   long        m_dwLastError;    // last error (0 if none)
 
 
   long        m_dwLastError;    // last error (0 if none)