1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-08-05 07:31:48 +02:00

Also fixed the Sqrat issue on constructors for irc sessions.

This commit is contained in:
Sandu Liviu Catalin
2016-02-27 14:00:02 +02:00
parent a867bfd84d
commit 8340a5dbc4
2 changed files with 7 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ private:
// ---------------------------------------------------------------------------------------------
DocumentRef m_Doc; /* The main xml document instance. */
Type m_Node; /* The managed document node. */
Type m_Node; /* The managed document node. */
public: