diff --git a/backends/fs/chroot/chroot-fs-factory.h b/backends/fs/chroot/chroot-fs-factory.h index 23b3c8f44a9..49101918ce6 100644 --- a/backends/fs/chroot/chroot-fs-factory.h +++ b/backends/fs/chroot/chroot-fs-factory.h @@ -20,15 +20,17 @@ * */ -/* - * FIXME: Warning, using this factory in your backend may silently breaks some features. Instances are, for example, the FluidSynth code, and the POSIX plugin code. - */ #ifndef BACKENDS_FS_CHROOT_CHROOT_FS_FACTORY_H #define BACKENDS_FS_CHROOT_CHROOT_FS_FACTORY_H #include "backends/fs/fs-factory.h" +/** + * FIXME: Warning, using this factory in your backend may silently break some + * features. Instances are, for example, the FluidSynth code, and the POSIX + * plugin code. + */ class ChRootFilesystemFactory : public FilesystemFactory { private: Common::String _root;