mirror of
				https://github.com/Laupetin/OpenAssetTools.git
				synced 2025-10-30 18:17:15 +00:00 
			
		
		
		
	fix missing noexcept
This commit is contained in:
		| @@ -18,7 +18,7 @@ const std::string& SizeCalculationException::Message() const | ||||
|     return m_message; | ||||
| } | ||||
|  | ||||
| char const* SizeCalculationException::what() const | ||||
| char const* SizeCalculationException::what() const noexcept | ||||
| { | ||||
|     return m_message.c_str(); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user