mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
yeet the initializer
This commit is contained in:
parent
6cf8d049f1
commit
de0c376b05
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ StackIdx push(lua_State *L, const api::CompletionEvent &ev);
|
|||
|
||||
struct PeekResult {
|
||||
bool ok = true;
|
||||
std::vector<QString> errorReason = {};
|
||||
std::vector<QString> errorReason;
|
||||
|
||||
operator bool() const
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue