fixed a dumb thing

This commit is contained in:
Rebecca Schofield 2015-09-15 22:27:32 -05:00
parent d69186dc44
commit 6681cc556b
2 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,7 @@ public:
Relation(string n, vector<Attribute> a) { Relation(string n, vector<Attribute> a) {
name = n; name = n;
att = a; att = a;
size = 0; size = a.size();
} }
int getSize() { return size; } int getSize() { return size; }

BIN
a.out

Binary file not shown.