mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-08-05 05:24:45 +00:00
First set of C++17/14 changes to the core library
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -6,6 +6,6 @@ namespace EightBit {
|
||||
static EventArgs m_empty;
|
||||
|
||||
public:
|
||||
static EventArgs& empty() { return m_empty; }
|
||||
static auto& empty() { return m_empty; }
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user