Skip to content

Commit

Permalink
Merge pull request ACS-Community#31 in ALMA/almasw from bugfix/ICT-10…
Browse files Browse the repository at this point in the history
…185-doxygen-fails-to-compile-with-newer to master

working fine

* commit '5c103b481ad0e43426e6b4e0aa66c43b611bdd6a':
  doxygen fixed for newer g++
  • Loading branch information
normansaez committed Oct 23, 2017
2 parents a4fa54c + ad42350 commit f5af965
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion LGPL/Tools/doxygen/src/doxygen.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
diff -Naur tmp_unpack/doxygen-1.7.0.orig/qtools/qvaluestack.h doxygen-1.7.0/qtools/qvaluestack.h
--- tmp_unpack/doxygen-1.7.0.orig/qtools/qvaluestack.h 2009-08-25 11:26:15.000000000 +0000
+++ doxygen-1.7.0/qtools/qvaluestack.h 2014-09-17 18:43:26.116052306 +0000
@@ -49,7 +49,7 @@
public:
QValueStack() {}
~QValueStack() {}
- void push( const T& d ) { append(d); }
+ void push( const T& d ) { this->append(d); }
T pop()
{
T elem( this->last() );
diff -Naur tmp_unpack/doxygen-1.7.0.orig/src/util.cpp doxygen-1.7.0/src/util.cpp
--- tmp_unpack/doxygen-1.7.0.orig/src/util.cpp 2010-06-14 09:15:31.000000000 +0000
+++ doxygen-1.7.0/src/util.cpp 2010-07-06 15:28:12.000000000 +0000
+++ doxygen-1.7.0/src/util.cpp 2014-09-17 18:43:11.196790540 +0000
@@ -6434,6 +6434,7 @@
{
g_extLookup.setAutoDelete(TRUE);
Expand Down

0 comments on commit f5af965

Please sign in to comment.