summaryrefslogtreecommitdiffstats
path: root/devel/libassa/files/patch-assa:IniFile.h
blob: d9aacc1cc1798a8c82d8719c692a320fd4fb1bcd (plain)
1
2
3
4
5
6
7
8
9
10
11
--- assa/IniFile.h.orig	Sat Sep 13 19:01:00 2003
+++ assa/IniFile.h	Thu Jan 29 09:05:01 2004
@@ -171,7 +171,7 @@
 
 		/** Return iterator past the last section.
 		 */
-		const_config_iterator sect_end () const { return m_config.end (); }
+		config_iterator sect_end () { return m_config.end (); }
 
 		/** Return number of sections in the cache
 		 */
OpenPOWER on IntegriCloud