]> git.lyx.org Git - features.git/commitdiff
fix compile error:
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 6 Jan 2007 10:08:48 +0000 (10:08 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 6 Jan 2007 10:08:48 +0000 (10:08 +0000)
../../../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

src/ParagraphMetrics.h

index 0bff836cc3058f9925c2404e6de2981e8b458e44..8aebfd10bf30498576017eb2d383217ea63dc128 100644 (file)
@@ -73,7 +73,7 @@ public:
 
 private:
        ///
-       size_type ParagraphMetrics::calculateRowSignature(Row const &);
+       size_type calculateRowSignature(Row const &);
        ///
        mutable RowList rows_;
        ///