activemq-cpp fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1674632
This commit is contained in:
parent
329fb75d9e
commit
a05f9c0b35
8 changed files with 1 additions and 502 deletions
|
|
@ -1,12 +0,0 @@
|
|||
diff -uNr activemq-cpp-library-3.4.1.ORIG/src/main/decaf/util/AbstractQueue.h activemq-cpp-library-3.4.1/src/main/decaf/util/AbstractQueue.h
|
||||
--- activemq-cpp-library-3.4.1.ORIG/src/main/decaf/util/AbstractQueue.h 2012-02-19 21:37:49.536000023 +0100
|
||||
+++ activemq-cpp-library-3.4.1/src/main/decaf/util/AbstractQueue.h 2012-02-19 21:38:56.722000023 +0100
|
||||
@@ -60,7 +60,7 @@
|
||||
*/
|
||||
virtual bool add( const E& value ) {
|
||||
|
||||
- if( offer( value ) ) {
|
||||
+ if( this->offer( value ) ) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue