forgot implementation of getTarget() ?

Started by Nafffen, 07 July 2023, 19:02:56

Nafffen

On nightly built,
I was using the method getTarget() from tgui::SFML_GRAPHICS::Gui object,
I've got this linker error:
ld.lld: error: undefined symbol: __declspec(dllimport) tgui::SFML_GRAPHICS::Gui::getTarget() constIn SFML_Graphics files, there is in .hpp TGUI_NODISCARD sf::RenderTarget* getTarget() const;but no implementation in .cpp, is it on purpose ?

texus

Quoteis it on purpose ?
No, it seems like that was just missing.
It has been added now (github commit)