1 /*
2     Copyright (c) 2008-2009 NetAllied Systems GmbH
3 
4     This file is part of COLLADASaxFrameworkLoader.
5 
6     Licensed under the MIT Open Source License,
7     for details please see LICENSE file or the website
8     http://www.opensource.org/licenses/mit-license.php
9 */
10 
11 #include "COLLADASaxFWLStableHeaders.h"
12 #include "COLLADASaxFWLIError.h"
13 
14 
15 namespace COLLADASaxFWL
16 {
17 
18     //------------------------------
~IError()19 	IError::~IError()
20 	{
21 	}
22 
23 } // namespace COLLADASaxFWL
24