diff --git a/code/nel/include/nel/gui/group_html.h b/code/nel/include/nel/gui/group_html.h
index 17a138eee..0a4e26c79 100644
--- a/code/nel/include/nel/gui/group_html.h
+++ b/code/nel/include/nel/gui/group_html.h
@@ -357,6 +357,10 @@ namespace NLGUI
// Delete page content and prepare next page
void removeContent ();
+ // Counter to number html elements without id attribute
+ uint32 getNextAutoIdSeq() { return _AutoIdSeq++; }
+ uint32 _AutoIdSeq;
+
// Current URL for relative links in page
std::string _URL;
// Current URL
@@ -676,6 +680,8 @@ namespace NLGUI
std::vector Entries;
};
std::vector _Forms;
+ // if