Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 184423
Collapse All | Expand All

(-)avp/win95/gadgets/conscmnd.hpp.old (-1 / +1 lines)
Lines 36-42 Link Here
36
		(
36
		(
37
			ProjChar* pProjCh_ToUse,
37
			ProjChar* pProjCh_ToUse,
38
			ProjChar* pProjCh_Description_ToUse,
38
			ProjChar* pProjCh_Description_ToUse,
39
			void (&f) (void),
39
			void (*f) (void),
40
			OurBool Cheat = FALSE
40
			OurBool Cheat = FALSE
41
		);
41
		);
42
		static void Make
42
		static void Make
(-)avp/win95/gadgets/conscmnd.cpp.old (-1 / +1 lines)
Lines 138-144 Link Here
138
(
138
(
139
	ProjChar* pProjCh_ToUse,
139
	ProjChar* pProjCh_ToUse,
140
	ProjChar* pProjCh_Description_ToUse,
140
	ProjChar* pProjCh_Description_ToUse,
141
	void (&f) (void),
141
	void (*f) (void),
142
	OurBool Cheat
142
	OurBool Cheat
143
)
143
)
144
{
144
{

Return to bug 184423