From 2c27ed6ad92871ef61178b4478393061a835aa9b Mon Sep 17 00:00:00 2001 From: __Rylex__ <134968689+msqr1@users.noreply.github.com> Date: Tue, 16 Jan 2024 23:51:24 -0800 Subject: [PATCH] Update genericModel.h --- src/genericModel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/genericModel.h b/src/genericModel.h index 9c978c0..6965169 100644 --- a/src/genericModel.h +++ b/src/genericModel.h @@ -17,7 +17,7 @@ struct genericModel : genericObj { static bool first; const std::string url{}; const std::string id{}; - static bool extractModel(const char* target, const std::string& dest); + static bool extractModel(); static bool checkId(const std::string& id); virtual bool checkModel() = 0; bool loadModel();