diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-07-26 19:16:58 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-07-26 19:16:58 +0000 |
commit | 579c3ac445043122b0a702bdb2542d9ea404b62e (patch) | |
tree | a96017529296f52a357e25de37b8c4cd052bebf5 /src/xmlfilereader.cpp | |
parent | 9e27762c2b4c1baf5b2aff003fbc56236fd742e6 (diff) | |
download | libbu++-579c3ac445043122b0a702bdb2542d9ea404b62e.tar.gz libbu++-579c3ac445043122b0a702bdb2542d9ea404b62e.tar.bz2 libbu++-579c3ac445043122b0a702bdb2542d9ea404b62e.tar.xz libbu++-579c3ac445043122b0a702bdb2542d9ea404b62e.zip |
Exceptions have been re-worked, and are easier to use, and don't collide with
system includues anymore.
Diffstat (limited to 'src/xmlfilereader.cpp')
-rw-r--r-- | src/xmlfilereader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlfilereader.cpp b/src/xmlfilereader.cpp index eb0ff9c..ed674a8 100644 --- a/src/xmlfilereader.cpp +++ b/src/xmlfilereader.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | #include "xmlfilereader.h" | 1 | #include "xmlfilereader.h" |
2 | #include "xmlexception.h" | 2 | #include "exceptions.h" |
3 | #include <string.h> | 3 | #include <string.h> |
4 | 4 | ||
5 | XmlFileReader::XmlFileReader( const char *sFile, bool bStrip ) | 5 | XmlFileReader::XmlFileReader( const char *sFile, bool bStrip ) |