little change to delete warnings
This commit is contained in:
parent
b20c5e98c1
commit
45ce5f8404
3 changed files with 4 additions and 5 deletions
|
|
@ -206,8 +206,8 @@ int the_main(int argc, char **argv)
|
|||
}
|
||||
|
||||
////////////////////////////////// define operators
|
||||
monop mon("mon1");
|
||||
monop clone("clone");
|
||||
monop mon((char*)"mon1");
|
||||
monop clone((char*)"clone");
|
||||
binop bin;
|
||||
quadop quad;
|
||||
quadClone quadclone;
|
||||
|
|
|
|||
Reference in a new issue