missing changes

This commit is contained in:
Juan Linietsky
2015-06-14 02:13:47 -03:00
parent edf1f27118
commit 8228fea02f
11 changed files with 45 additions and 12 deletions

View File

@ -294,6 +294,9 @@ public:
reference=NULL;
}
void instance() {
ref( memnew( T ));
}
Ref() {