mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-27 21:14:08 +00:00
This should fix ConsoleLayout's compile on macOS.
This commit is contained in:
parent
f6403bd5f7
commit
b94f29305e
@ -52,6 +52,9 @@ namespace musik {
|
||||
namespace box {
|
||||
class ConsoleLayout :
|
||||
public cursespp::LayoutBase,
|
||||
#if (__clang_major__ == 7 && __clang_minor__ == 3)
|
||||
public std::enable_shared_from_this<ConsoleLayout>,
|
||||
#endif
|
||||
public ITopLevelLayout,
|
||||
public sigslot::has_slots<>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user