]> git.lyx.org Git - features.git/commitdiff
Comment.
authorRichard Heck <rgheck@comcast.net>
Thu, 28 Feb 2008 18:16:36 +0000 (18:16 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 28 Feb 2008 18:16:36 +0000 (18:16 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23329 a592a061-630c-0410-9148-cb99ea01b6c8

src/TextClass.h

index ff64c7d4d4b68a18dde014c8fb5a501efc71c20b..2c656cd3b0a838f0881d0a9afa963c09def97ae7 100644 (file)
@@ -111,8 +111,10 @@ public:
        /// NOTE This only makes sense when used with "static" TextClass
        /// objects, e.g., ones that represent files on disk, as opposed
        /// to ones that can be modified by modules.
-       // FIXME Should we have a modular_ variable, set to true when
-       // we load a module, that would force false to be returned here?
+       // FIXME Therefore it should return true only for BaseClass objects,
+       // and false for DocumentClass objects.
+       // Indeed, quite generally, those two sorts of objects should now be
+       // disentangled a bit.
        bool loaded() const { return loaded_; }
 
        /// the list of floats defined in the document class