mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-23 17:21:48 +02: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.
|
||||
///
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
Table() {
|
||||
Table() : TableBase() {
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user