Fixed: #1054 getFilename() in UForm

This commit is contained in:
aquiles 2010-08-04 22:38:34 +02:00
parent 21f708b5b8
commit 8bdc216597

View file

@ -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
*/