mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-02-06 14:27:14 +01:00
Call default constructor on base table class.
This commit is contained in:
@@ -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() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user