opnsense-ports/games/rtb/files/patch-team-framework__parser__configurationparser.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
484 B
C++

--- team-framework/parser/configurationparser.h.orig Fri Jan 7 02:59:28 2005
+++ team-framework/parser/configurationparser.h Thu Jun 14 13:28:41 2007
@@ -51,7 +51,7 @@
* Public stuff
*/
public:
- ConfigurationParser::ConfigurationParser() throw (bad_exception);
+ ConfigurationParser() throw (bad_exception);
void addFile(const string& filename) throw(ParserException, bad_exception);
const map<string, map<string, string> >& getConfigurationData() const throw();
/*