yeet the initializer

This commit is contained in:
Mm2PL 2024-09-02 20:33:58 +02:00
parent 6cf8d049f1
commit de0c376b05
No known key found for this signature in database
GPG key ID: 94AC9B80EFA15ED9

View file

@ -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
{