Index: games/epiar/files/patch-Source-Engine-hud.h
===================================================================
--- games/epiar/files/patch-Source-Engine-hud.h	(revision 0)
+++ games/epiar/files/patch-Source-Engine-hud.h	(working copy)
@@ -0,0 +1,11 @@
+--- Source/Engine/hud.h.orig	2012-10-27 10:18:51.000000000 +0200
++++ Source/Engine/hud.h	2015-01-09 00:00:46.000000000 +0100
+@@ -44,7 +44,7 @@ enum HudMap{
+ class AlertMessage {
+ 	public:
+ 		AlertMessage( string message, Uint32 start );
+-		bool operator ==(const AlertMessage& other) {return (start == other.start) && (message == other.message);}
++		bool operator ==(const AlertMessage& other) const {return (start == other.start) && (message == other.message);}
+ 		string message;
+ 		Uint32 start;
+ };

Property changes on: games/epiar/files/patch-Source-Engine-hud.h
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
