diff options
Diffstat (limited to 'devel/libassa/files/patch-assa:IniFile.h')
-rw-r--r-- | devel/libassa/files/patch-assa:IniFile.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libassa/files/patch-assa:IniFile.h b/devel/libassa/files/patch-assa:IniFile.h new file mode 100644 index 0000000..d9aacc1 --- /dev/null +++ b/devel/libassa/files/patch-assa:IniFile.h @@ -0,0 +1,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 + */ |