We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36bb8a4 commit cf4fdb9Copy full SHA for cf4fdb9
1 file changed
engine/include/customprinter.h
@@ -35,6 +35,12 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
35
36
struct MCCustomPrinterDocument
37
{
38
+ MCCustomPrinterDocument()
39
+ : title(nullptr), filename(nullptr),
40
+ option_count(0),
41
+ option_keys(nullptr), option_values(nullptr)
42
+ {}
43
+
44
const char *title;
45
const char *filename;
46
0 commit comments