Patch by Antti Risteli (andepoikka)

Compile problems on gcc ubuntu-4.4.3 + misc
This commit is contained in:
Thomas Krijnen
2011-07-22 08:24:00 +00:00
parent 8767f6e52a
commit 75c26a34e1
4 changed files with 13 additions and 11 deletions
+1
View File
@@ -256,6 +256,7 @@ namespace IfcParse {
std::string error;
public:
IfcException(std::string e);
~IfcException () throw ();
const char* what() const throw();
};
}