From 431780297e6db1f97733689a6c1485a624a61dc9 Mon Sep 17 00:00:00 2001 From: Robert Špalek Date: Fri, 25 Sep 2009 17:33:00 +0000 Subject: Added some more const's to the interface of Dragon History svn-id: r44362 --- engines/draci/animation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/draci/animation.cpp') diff --git a/engines/draci/animation.cpp b/engines/draci/animation.cpp index 880191d90f..f4333c01de 100644 --- a/engines/draci/animation.cpp +++ b/engines/draci/animation.cpp @@ -553,7 +553,7 @@ void AnimationManager::deleteAll() { _lastIndex = -1; } -int AnimationManager::getLastIndex() { +int AnimationManager::getLastIndex() const { return _lastIndex; } -- cgit v1.2.3