mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-09 07:18:45 -04:00
Add explicit Exception default constructor
This commit is contained in:
parent
595da1e61e
commit
8be33f4fb4
@ -81,6 +81,12 @@ public:
|
||||
////////////////////////////////////////////////////////////
|
||||
Exception(const char* function);
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Copy constructor
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
Exception(const Exception&) = default;
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Destructor
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user