Browse Source

TgaImageConverter: add a TODO.

No, I'm not going to add a workaround here.
pull/601/head
Vladimír Vondruš 3 years ago
parent
commit
5306542876
  1. 2
      src/MagnumPlugins/TgaImageConverter/TgaImageConverter.cpp

2
src/MagnumPlugins/TgaImageConverter/TgaImageConverter.cpp

@ -45,6 +45,8 @@ namespace Magnum { namespace Trade {
using namespace Containers::Literals;
/** @todo doesn't populate config options correctly, deprecate (used in
MagnumFontConverter currently) */
TgaImageConverter::TgaImageConverter() = default;
TgaImageConverter::TgaImageConverter(PluginManager::AbstractManager& manager, const Containers::StringView& plugin): AbstractImageConverter{manager, plugin} {}

Loading…
Cancel
Save