0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-02-07 20:59:51 +00:00
Lakka-LibreELEC/packages/audio/sidplay-libs/patches/sidplay-libs-03-operator.patch
Stefan Saraev 115fe45bc9 mediacenter: add kodi binary addons
- audioencoders: all
- audiodecoders: all
- pvr clients: all
- visualizations: fishbmc, spectrum, waveform
2015-04-03 12:19:38 +03:00

12 lines
541 B
Diff

--- sidplay-libs-2.1.1/libsidutils/include/sidplay/utils/SidUsage.h.orig 2013-11-18 00:58:06.111224154 +0100
+++ sidplay-libs-2.1.1/libsidutils/include/sidplay/utils/SidUsage.h 2013-11-18 00:58:28.219225212 +0100
@@ -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;