From: Richard Heck Date: Fri, 11 Jan 2008 04:44:56 +0000 (+0000) Subject: Fix comment. X-Git-Tag: 1.6.10~6663 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d226da15597b3615cb669d6d09d004671efd24ed;p=features.git Fix comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22488 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/ModuleList.h b/src/ModuleList.h index e0e52f72ee..2281a5d74c 100644 --- a/src/ModuleList.h +++ b/src/ModuleList.h @@ -57,7 +57,7 @@ private: std::string filename; /// a short description for use in the ui std::string description; - /// the LaTeX packages on which this depends, if any (not implemented) + /// the LaTeX packages on which this depends, if any std::vector packageList; /// Modules this one requires: at least one std::vector requiredModules;