Defined creation_count at 0

This commit is contained in:
2023-07-27 12:20:25 -07:00
parent 5de4e93ec8
commit 5845904cb7

View File

@@ -1,6 +1,7 @@
#include <iostream> #include <iostream>
#include "test.h" #include "test.h"
short Test::creation_count = 0;
Test::Test(int a) { Test::Test(int a) {
this->a = a; this->a = a;
creation_count++; creation_count++;