We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce836c8 + d812e09 commit 11e99e4Copy full SHA for 11e99e4
src/wintoastlib.h
@@ -1,4 +1,4 @@
1
-#ifndef WINTOASTLIB_H
+#ifndef WINTOASTLIB_H
2
#define WINTOASTLIB_H
3
#include <Windows.h>
4
#include <sdkddkver.h>
@@ -85,7 +85,7 @@ namespace WinToastLib {
85
std::wstring _imagePath;
86
std::wstring _audioPath;
87
std::vector<std::wstring> _actions;
88
- INT64 _expiration;
+ INT64 _expiration = 0;
89
WinToastTemplateType _type;
90
WinToastTemplate::AudioOption _audioOption = WinToastTemplate::AudioOption::Default;
91
std::wstring _attributionText;
0 commit comments