From 072b95c9759413f6aca0dbf6141fdfe8747813ec Mon Sep 17 00:00:00 2001 From: aquiles Date: Wed, 4 Aug 2010 22:38:34 +0200 Subject: [PATCH] Fixed: #1054 getFilename() in UForm --- code/nel/include/nel/georges/u_form.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/nel/include/nel/georges/u_form.h b/code/nel/include/nel/georges/u_form.h index 93f161e78..133231c93 100644 --- a/code/nel/include/nel/georges/u_form.h +++ b/code/nel/include/nel/georges/u_form.h @@ -67,6 +67,9 @@ public: /// 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 */