mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Fixed some misc. compiler warnings.
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
* @param fmt The format string (see printf).
|
||||
**/
|
||||
Exception(const char *fmt, ...);
|
||||
virtual ~Exception() throw() {}
|
||||
virtual ~Exception() throw();
|
||||
|
||||
/**
|
||||
* Returns a string containing reason for the exception.
|
||||
|
||||
Reference in New Issue
Block a user