Fix tests
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#include "ClassB.h"
|
||||
|
||||
ClassB::ClassB() {
|
||||
SetType(Classes::ClassB);
|
||||
}
|
||||
|
||||
int ClassB::foo() {
|
||||
return 1;
|
||||
}
|
||||
Reference in New Issue
Block a user