$NetBSD: patch-ar,v 1.1 2007/09/28 13:11:29 drochner Exp $

--- src/tools/qvaluestack.h.orig	2001-06-13 10:53:47.000000000 +0200
+++ src/tools/qvaluestack.h
@@ -54,7 +54,7 @@ public:
     {
 	T elem( this->last() );
 	if ( !this->isEmpty() )
-	    remove( this->fromLast() );
+	    this->remove( this->fromLast() );
 	return elem;
     }
     T& top() { return this->last(); }
