mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-09 10:47:57 +00:00
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:
parent
68005ba1ad
commit
61c257ad6b
@ -73,7 +73,7 @@ public:
|
||||
|
||||
private:
|
||||
///
|
||||
size_type ParagraphMetrics::calculateRowSignature(Row const &);
|
||||
size_type calculateRowSignature(Row const &);
|
||||
///
|
||||
mutable RowList rows_;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user