This commit is contained in:
Valk Richard Li
2020-06-14 02:41:45 -07:00
committed by GitHub
parent 59b602b51d
commit 5414223302
6 changed files with 222 additions and 51 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ private:
public:
void input_file(std::string);
void load_lib();
void delete_file();
void clear();
void print_file();
std::vector<char>& get_file();
};
@@ -58,7 +58,7 @@ void nasal_resource::load_lib()
return;
}
void nasal_resource::delete_file()
void nasal_resource::clear()
{
res.clear();
return;