Fix all warnings from the cppcoreguidelines-pro-type-member-init clang-tidy check (#4426)
This commit is contained in:
+2
-2
@@ -70,8 +70,8 @@ public:
|
||||
class Application : public IApplication
|
||||
{
|
||||
std::vector<std::unique_ptr<Singleton>> singletons_;
|
||||
int argc_;
|
||||
char **argv_;
|
||||
int argc_{};
|
||||
char **argv_{};
|
||||
|
||||
public:
|
||||
static Application *instance;
|
||||
|
||||
Reference in New Issue
Block a user