From f5af50e007373ca2dc00381a5e7d45c246674d3e Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 11 Oct 2007 18:27:01 +0000 Subject: [PATCH] Make the conjugation index function public to use it in the conjugation practice in parley. svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=724205 --- keduvocdocument/keduvocconjugation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keduvocdocument/keduvocconjugation.h b/keduvocdocument/keduvocconjugation.h index 789dff7..6cad438 100644 --- a/keduvocdocument/keduvocconjugation.h +++ b/keduvocdocument/keduvocconjugation.h @@ -71,11 +71,11 @@ public: bool isEmpty(); + int indexOf(ConjugationPerson person, ConjugationNumber number) const; + private: class Private; Private* const d; - - int indexOf(ConjugationPerson person, ConjugationNumber number) const; }; -- 2.47.3