X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20d8c319901b4bfb6dbd6d3070e41d3174df0a6f..7d86a2d45c1c08cbd64ca1f619b1adeb2c390665:/include/wx/msw/registry.h diff --git a/include/wx/msw/registry.h b/include/wx/msw/registry.h index ec2fe0a842..5f9020a7e7 100644 --- a/include/wx/msw/registry.h +++ b/include/wx/msw/registry.h @@ -245,6 +245,7 @@ private: 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)