Browse Source

Trade: fix a bad doc copypaste.

pull/504/head
Vladimír Vondruš 5 years ago
parent
commit
c82094dcb1
  1. 10
      src/Magnum/Trade/AbstractImageConverter.h

10
src/Magnum/Trade/AbstractImageConverter.h

@ -161,11 +161,11 @@ The instances returned from various functions *by design* have no dependency on
the converter instance and neither on the dynamic plugin module. In other the converter instance and neither on the dynamic plugin module. In other
words, you don't need to keep the converter instance (or the plugin manager words, you don't need to keep the converter instance (or the plugin manager
instance) around in order to have the `*Data` instances valid. Moreover, all instance) around in order to have the `*Data` instances valid. Moreover, all
@ref Corrade::Containers::Array instances returned through @ref Image, returned @relativeref{Corrade,Containers::Array} instances and
@ref CompressedImage, @ref MeshData, @ref MaterialData, @ref AnimationData and @relativeref{Corrade,Containers::Array} instances returned through
others are only allowed to have default deleters --- this is to avoid potential @ref ImageData are only allowed to have default deleters --- this is to avoid
dangling function pointer calls when destructing such instances after the potential dangling function pointer calls when destructing such instances after
plugin module has been unloaded. the plugin module has been unloaded.
@section Trade-AbstractImageConverter-subclassing Subclassing @section Trade-AbstractImageConverter-subclassing Subclassing

Loading…
Cancel
Save