mirror of
https://github.com/UOX3DevTeam/UOX3
synced 2026-08-13 12:27:04 -04:00
moved dynamic base class initialize to static
This commit is contained in:
parent
216fbfe71d
commit
4335859002
30 changed files with 354 additions and 487 deletions
|
|
@ -677,10 +677,6 @@ void cHTMLTemplate::Load( ScriptSection *found )
|
|||
Loaded = false;
|
||||
}
|
||||
|
||||
cHTMLTemplates::cHTMLTemplates()
|
||||
{
|
||||
Templates.resize( 0 );
|
||||
}
|
||||
|
||||
cHTMLTemplates::~cHTMLTemplates()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue