Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 130963 | Differences between
and this patch

Collapse All | Expand All

(-)ClanLib-0.8.0_r2-orig/Sources/GUI/inputdialog_generic.h (-1 / +1 lines)
Lines 57-63 Link Here
57
		const std::string &button2,
57
		const std::string &button2,
58
		const std::string &button3);
58
		const std::string &button3);
59
59
60
	CL_InputDialog_Generic::~CL_InputDialog_Generic();
60
	~CL_InputDialog_Generic();
61
61
62
	CL_InputDialog *inputdialog;
62
	CL_InputDialog *inputdialog;
63
63
(-)ClanLib-0.8.0_r2-orig/Sources/GUI/messagebox_generic.h (-1 / +1 lines)
Lines 51-57 Link Here
51
		const std::string &button2,
51
		const std::string &button2,
52
		const std::string &button3);
52
		const std::string &button3);
53
53
54
	CL_MessageBox_Generic::~CL_MessageBox_Generic();
54
	~CL_MessageBox_Generic();
55
55
56
	std::string text;
56
	std::string text;
57
57

Return to bug 130963