# HG changeset patch # User aquiles # Date 1280954314 -7200 # Node ID e616a8216ad1e0ed838002a6c1ed3bf1f4f92c4a # Parent eeda0e0bfc37e1fb94bb99554dfe45fa278c9df1 getfilename diff -r eeda0e0bfc37 -r e616a8216ad1 code/nel/include/nel/georges/u_form.h --- a/code/nel/include/nel/georges/u_form.h Tue Aug 03 16:38:37 2010 +0200 +++ b/code/nel/include/nel/georges/u_form.h Wed Aug 04 22:38:34 2010 +0200 @@ -67,6 +67,9 @@ /// Get a mutable pointer on the root element of the form. It is a struct node. virtual UForm *getParentForm (uint parent) const = 0; + // Get the form filename with extension + virtual const std::string &getFilename () const = 0; + /** * Get the comment */