mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-05 12:54:02 +00:00
Fixed broken OS X compile.
This commit is contained in:
parent
188d0e5690
commit
050736b339
@ -42,9 +42,11 @@
|
||||
namespace cursespp {
|
||||
class TextLabel :
|
||||
#if (__clang_major__ == 7 && __clang_minor__ == 3)
|
||||
public std::enable_shared_from_this<TextInput>,
|
||||
#endif
|
||||
public cursespp::Window,
|
||||
public std::enable_shared_from_this<TextLabel> {
|
||||
#else
|
||||
public cursespp::Window {
|
||||
#endif
|
||||
public:
|
||||
enum Alignment {
|
||||
AlignLeft,
|
||||
|
Loading…
Reference in New Issue
Block a user