filename.patch

aquiles, 08/04/2010 10:42 pm

Download (703 Bytes)

b/code/nel/include/nel/georges/u_form.h Wed Aug 04 22:38:34 2010 +0200
67 67
	/// Get a mutable pointer on the root element of the form. It is a struct node.
68 68
	virtual UForm			*getParentForm (uint parent) const = 0;
69 69

70
	// Get the form filename with extension
71
	virtual const std::string &getFilename () const = 0;
72

70 73
	/**
71 74
	  * Get the comment
72 75
	  */