summaryrefslogtreecommitdiff
path: root/audio/spiralsynthmodular/files/patch-SpiralSound_Plugins_LADSPAPlugin_LADSPAInfo.h
blob: 13fd3a1b8480538891cc1f1ef4c9c0828922d6e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- SpiralSound/Plugins/LADSPAPlugin/LADSPAInfo.h.orig	2003-06-05 18:26:42 UTC
+++ SpiralSound/Plugins/LADSPAPlugin/LADSPAInfo.h
@@ -91,7 +91,7 @@ public:
 		unsigned long   UniqueID;
 		std::string     Name;
 
-		bool operator<(const PluginEntry& pe)
+		bool operator<(const PluginEntry& pe) const
 		{
 			return (Name<pe.Name);
 		}