FreeBSD Bugzilla – Attachment 127462 Details for
Bug 171298
[patch] fix build of devel/tinyq with clang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 786 bytes, created by
Pawel Worach
on 2012-09-03 23:30:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pawel Worach
Created:
2012-09-03 23:30:07 UTC
Size:
786 bytes
patch
obsolete
>diff -urN tinyq.orig/files/patch-include-qvaluestack.h tinyq/files/patch-include-qvaluestack.h >--- tinyq.orig/files/patch-include-qvaluestack.h 2006-12-21 19:53:59.000000000 +0000 >+++ tinyq/files/patch-include-qvaluestack.h 2012-09-03 22:18:27.000000000 +0000 >@@ -1,6 +1,12 @@ >---- include/qvaluestack.h.orig Thu Dec 21 20:51:31 2006 >-+++ include/qvaluestack.h Thu Dec 21 20:52:42 2006 >-@@ -55,7 +55,7 @@ >+--- include/qvaluestack.h.orig 2002-10-17 15:08:58.000000000 +0000 >++++ include/qvaluestack.h 2012-09-03 22:17:15.000000000 +0000 >+@@ -50,12 +50,12 @@ >+ public: >+ QValueStack() {} >+ ~QValueStack() {} >+- void push( const T& d ) { append(d); } >++ void push( const T& d ) { this->append(d); } >+ T pop() > { > T elem( this->last() ); > if ( !this->isEmpty() )
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 171298
: 127462