Skip to content
Snippets Groups Projects
Commit 9b97932a authored by Valerio Pastore's avatar Valerio Pastore
Browse files

updated packetlib

parent 177fa7f0
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ FileArchiver::FileArchiver(std::string dest){
this->myfile = new std::ofstream(dest, std::ios::binary);
}
FileArchiver::FileArchiver(){ // @suppress("Class members should be properly initialized")
FileArchiver::FileArchiver(){
this->dest = std::string("tmp");
this->myfile = new std::ofstream(dest, std::ios::binary);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment