diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-18 04:54:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-18 04:54:10 -0400 |
| commit | a2f550ee339bb8feabd64791df3c80b9ab18c2be (patch) | |
| tree | ec752efd717330e7c8a4e28a32eebc1feef927ba /src/loot.cpp | |
| parent | c47ab23f9593d384a1b5106f79d41228fc8c8f59 (diff) | |
| parent | b91dbba734f45f1cc1a42f86d9141bb272de0564 (diff) | |
Merge pull request #1057 from isanae/warning-fixes
Fixed warnings about Q_OBJECT and thousand separators
Diffstat (limited to 'src/loot.cpp')
| -rw-r--r-- | src/loot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/loot.cpp b/src/loot.cpp index 3feb95c9..485afa7a 100644 --- a/src/loot.cpp +++ b/src/loot.cpp @@ -55,7 +55,7 @@ public: } private: - static const std::size_t bufferSize = 50'000; + static const std::size_t bufferSize = 50000; env::HandlePtr m_stdout; env::HandlePtr m_readEvent; |
