1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 03:57:14 +01:00

Call default constructor on base table class.

This commit is contained in:
Sandu Liviu Catalin 2020-04-13 13:57:13 +03:00
parent 49aa85102c
commit 602bb077b0

View File

@ -535,7 +535,7 @@ public:
/// The Table is invalid until it is given a VM to exist in. /// The Table is invalid until it is given a VM to exist in.
/// ///
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Table() { Table() : TableBase() {
} }
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////