mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-28 15:16:43 +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 {
|
namespace box {
|
||||||
class ConsoleLayout :
|
class ConsoleLayout :
|
||||||
public cursespp::LayoutBase,
|
public cursespp::LayoutBase,
|
||||||
|
#if (__clang_major__ == 7 && __clang_minor__ == 3)
|
||||||
|
public std::enable_shared_from_this<ConsoleLayout>,
|
||||||
|
#endif
|
||||||
public ITopLevelLayout,
|
public ITopLevelLayout,
|
||||||
public sigslot::has_slots<>
|
public sigslot::has_slots<>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user