diff --git a/GetElementById.md b/GetElementById.md index a2f4110..86d50d7 100644 --- a/GetElementById.md +++ b/GetElementById.md @@ -1,6 +1,6 @@ ```cpp void* Crafter::CppDOM::Bindings::GetElementById(const char* id, std::size_t idLenght); -inline void* Crafter::CppDOM::Bindings::GetElementById(const std::string& id); +void* Crafter::CppDOM::Bindings::GetElementById(const std::string& id); ``` Accepts an id string and returns a void* to a JS object.