Index: finance/openhbci/files/patch-src__openhbci__core__bank.cpp
===================================================================
--- finance/openhbci/files/patch-src__openhbci__core__bank.cpp	(revision 0)
+++ finance/openhbci/files/patch-src__openhbci__core__bank.cpp	(working copy)
@@ -0,0 +1,11 @@
+--- src/openhbci/core/bank.cpp.orig	2003-04-25 03:45:54.000000000 +0200
++++ src/openhbci/core/bank.cpp	2015-01-08 23:50:15.000000000 +0100
+@@ -39,7 +39,7 @@ instituteMessage::instituteMessage()
+ instituteMessage::~instituteMessage(){
+ }
+ 
+-const bool instituteMessage::operator==(const instituteMessage &msg) {
++bool instituteMessage::operator==(const instituteMessage &msg) const {
+     return (_date == msg._date &&
+ 			0 == _time.compare(msg._time) &&
+ 			_subject == msg._subject &&

Property changes on: finance/openhbci/files/patch-src__openhbci__core__bank.cpp
___________________________________________________________________
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
Index: finance/openhbci/files/patch-src__openhbci__core__bank.h
===================================================================
--- finance/openhbci/files/patch-src__openhbci__core__bank.h	(revision 0)
+++ finance/openhbci/files/patch-src__openhbci__core__bank.h	(working copy)
@@ -0,0 +1,11 @@
+--- src/openhbci/core/bank.h.orig	2003-06-13 23:50:00.000000000 +0200
++++ src/openhbci/core/bank.h	2015-01-08 23:50:13.000000000 +0100
+@@ -97,7 +97,7 @@ public:
+     instituteMessage();
+     ~instituteMessage();
+ 
+-	const bool operator==(const instituteMessage &msg);
++    bool operator==(const instituteMessage &msg) const;
+ 
+     /** Returns the Date of arrival. */
+     const Date &date() const { return _date;};

Property changes on: finance/openhbci/files/patch-src__openhbci__core__bank.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
