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

Collapse All | Expand All

(-)tcl_scripting-orig/tcl_scripting.h (-2 / +2 lines)
Lines 65-72 Link Here
65
		bool allowErrors;
65
		bool allowErrors;
66
66
67
	public:
67
	public:
68
		TclSession::TclSession(bool main = FALSE);
68
		TclSession(bool main = FALSE);
69
		TclSession::~TclSession();
69
		~TclSession();
70
		void addMenu();
70
		void addMenu();
71
		void delMenu();
71
		void delMenu();
72
		void menuItemSetEnabled(int idx, bool enabled);
72
		void menuItemSetEnabled(int idx, bool enabled);

Return to bug 146125