fix compile error:

../../../src/mathed/../ParagraphMetrics.h:76: error: extra qualification 'lyx::ParagraphMetrics::' on member 'calculateRowSignature'


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16546 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2007-01-06 10:08:48 +00:00
parent 68005ba1ad
commit 61c257ad6b

View File

@ -73,7 +73,7 @@ public:
private:
///
size_type ParagraphMetrics::calculateRowSignature(Row const &);
size_type calculateRowSignature(Row const &);
///
mutable RowList rows_;
///