This commit is contained in:
Valk Richard Li
2019-11-04 20:16:51 +08:00
committed by GitHub
parent 3357fa8140
commit 93eb59ef34
5 changed files with 287 additions and 19 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class var
balloon_hash=p.balloon_hash;
return;
}
var& operator=(const var p)
var& operator=(const var& p)
{
type=p.type;
number=p.number;