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