This should fix ConsoleLayout's compile on macOS.

This commit is contained in:
casey langen 2017-01-10 07:01:19 -08:00
parent f6403bd5f7
commit b94f29305e

View File

@ -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<>
{