mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Thanks, Angus.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22397 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
06e1d50c7e
commit
8f1153820a
@ -45,6 +45,7 @@ bool LyXModule::isAvailable() {
|
||||
return true;
|
||||
if (checked)
|
||||
return available;
|
||||
checked = true;
|
||||
vector<string>::const_iterator it = packageList.begin();
|
||||
vector<string>::const_iterator end = packageList.end();
|
||||
for (; it != end; ++it) {
|
||||
|
@ -23,6 +23,8 @@ namespace lyx {
|
||||
* file, except that it does not stand alone. In that sense, it is more like
|
||||
* a LaTeX package, where a layout file corresponds to a LaTeX class.
|
||||
*/
|
||||
|
||||
//FIXME Give us some access functions here.
|
||||
class LyXModule {
|
||||
public:
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user