This commit is contained in:
Eggert Jung
2025-05-11 02:20:07 +02:00
parent b61df61e36
commit 65514ec040
3 changed files with 41 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ class Application {
Application& operator=(const Application&) = delete;
public:
Application(Application&&) = default; // XXX: is this used anywhere?
Application() = default; // XXX: is this used anywhere?
/*! \brief Constructor
*