Files @ eff675520eab
Branch filter:

Location: ohnobinki_overlay/app-doc/doxygen/files/doxygen-gcc4.patch

binki
added modded gst-plugins-base.eclass for bug 300256
--- qtools/qvaluestack.h.orig
+++ qtools/qvaluestack.h
@@ -54,7 +54,7 @@
     {
 	T elem( this->last() );
 	if ( !this->isEmpty() )
-	    remove( this->fromLast() );
+	    this->remove( this->fromLast() );
 	return elem;
     }
     T& top() { return this->last(); }