mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-16 18:20:49 -04:00
Constification and some style fixes.
This commit is contained in:
parent
b3ddfca2bd
commit
3df2ad35cb
28 changed files with 84 additions and 105 deletions
|
@ -33,7 +33,8 @@
|
|||
#define CHECK_RETURN_FALSE(x) if (!(x)) return false;
|
||||
|
||||
KeePass2Writer::KeePass2Writer()
|
||||
: m_error(false)
|
||||
: m_device(0)
|
||||
, m_error(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue