opnsense-ports/audio/libsidplay2/files/patch-libsidutils_include_sidplay_utils_SidUsage.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
481 B
C

--- 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;