mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-07 13:48:46 +00:00
purged -Wdelete-non-abstract-non-virtual-dtor
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
class ConsoleInputSource
|
||||
{
|
||||
public:
|
||||
virtual ~ConsoleInputSource(){}
|
||||
virtual void info(const std::wstring& string) = 0;
|
||||
virtual void warn(const std::wstring& string) = 0;
|
||||
virtual std::wstring getConsoleName() = 0;
|
||||
|
||||
Reference in New Issue
Block a user