summaryrefslogtreecommitdiff
path: root/audio/libsidplay2/files/patch-libsidutils_include_sidplay_utils_SidUsage.h
blob: 7a93e3f13a5f4a406f6b6fc1860536dee73edc89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libsidutils/include/sidplay/utils/SidUsage.h.orig	2004-06-14 20:08:08 UTC
+++ libsidutils/include/sidplay/utils/SidUsage.h
@@ -33,7 +33,7 @@ struct sid2_usage_t: public sid_usage_t
     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;