mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Unbreak on gcc 4.1
Approved by: novel (mentor, implicit) Obtained from: Gentoo CVS repository
This commit is contained in:
parent
b93f32e89c
commit
df7fd3b88d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174215
@ -0,0 +1,11 @@
|
||||
--- libsidutils/include/sidplay/utils/SidUsage.h.orig Sat Sep 30 19:49:52 2006
|
||||
+++ libsidutils/include/sidplay/utils/SidUsage.h Sat Sep 30 19:50:54 2006
|
||||
@@ -33,7 +33,7 @@
|
||||
uint_least16_t length; // usage scan length
|
||||
|
||||
// Copy common parts of basic usage to extended usage.
|
||||
- sid2_usage_t &sid2_usage_t::operator= (const sid_usage_t &usage)
|
||||
+ sid2_usage_t &operator= (const sid_usage_t &usage)
|
||||
{
|
||||
*((sid_usage_t *) this) = usage;
|
||||
return *this;
|
Loading…
Reference in New Issue
Block a user