From adaa1bcd8f727da1060a3a5261520563ca6905aa Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 7 Jan 2016 10:53:28 +0100 Subject: BACKENDS: Move FIXME closer to ChRootFilesystemFactory. --- backends/fs/chroot/chroot-fs-factory.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'backends/fs/chroot/chroot-fs-factory.h') diff --git a/backends/fs/chroot/chroot-fs-factory.h b/backends/fs/chroot/chroot-fs-factory.h index 23b3c8f44a..49101918ce 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; -- cgit v1.2.3