git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32001 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-11-15 02:30:02 +00:00
parent 70f035b189
commit 8ad0e96631

View File

@ -73,7 +73,7 @@ public:
///
void readSpacing(Lexer &);
///
docstring const & name() const { return name_; };
docstring const & name() const { return name_; }
///
void setName(docstring const & n) { name_ = n; }
///