Fix comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22488 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-01-11 04:44:56 +00:00
parent b2278c0736
commit d226da1559

View File

@ -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<std::string> packageList;
/// Modules this one requires: at least one
std::vector<std::string> requiredModules;