diff options
Diffstat (limited to 'plugingui/resource.h')
-rw-r--r-- | plugingui/resource.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugingui/resource.h b/plugingui/resource.h index 101c689..2246271 100644 --- a/plugingui/resource.h +++ b/plugingui/resource.h @@ -41,10 +41,10 @@ public: protected: std::string externalData; - bool isValid = false; - bool isInternal = false; - const char *internalData = nullptr; - size_t internalSize = 0; + bool isValid{false}; + bool isInternal{false}; + const char *internalData{nullptr}; + size_t internalSize{0}; }; } // GUI:: |