summaryrefslogtreecommitdiffstats
path: root/qtools
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2006-03-27 18:37:02 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2006-03-27 18:37:02 (GMT)
commitf8bf8307e131fd6e3057635f0553ce6d6bb9794f (patch)
tree70ca7fc96667c6c2dc67627660da9686dbb8d52f /qtools
parent0a773cb15d41e5806b799cd24c076c60b734615c (diff)
downloadDoxygen-f8bf8307e131fd6e3057635f0553ce6d6bb9794f.zip
Doxygen-f8bf8307e131fd6e3057635f0553ce6d6bb9794f.tar.gz
Doxygen-f8bf8307e131fd6e3057635f0553ce6d6bb9794f.tar.bz2
Release-1.4.6-20060327
Diffstat (limited to 'qtools')
-rw-r--r--qtools/qvaluestack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qvaluestack.h b/qtools/qvaluestack.h
index 9728d6c..3fb61fd 100644
--- a/qtools/qvaluestack.h
+++ b/qtools/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(); }