diff options
| author | Silarn <jrim@rimpo.org> | 2019-01-31 13:25:13 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-02-18 21:29:27 -0600 |
| commit | b751b070e5d7d55ceaea7439e041468bab553b92 (patch) | |
| tree | 9ff906e8a8f33641fdeb3f64fcafde306104b7b4 /src/modinforegular.h | |
| parent | 2454690813c3f37d1de291be04fc255171ec37cd (diff) | |
Implement using the DPAPI to encrypt credentials
Diffstat (limited to 'src/modinforegular.h')
| -rw-r--r-- | src/modinforegular.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinforegular.h b/src/modinforegular.h index 13ce7e42..6ad51e5f 100644 --- a/src/modinforegular.h +++ b/src/modinforegular.h @@ -415,7 +415,7 @@ private: bool m_IsAlternate; bool m_Converted; bool m_Validated; - bool m_NexusFileStatus; + int m_NexusFileStatus; MOBase::VersionInfo m_NewestVersion; MOBase::VersionInfo m_IgnoredVersion; |
