mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-27 21:14:08 +00:00
Third time's a charm.
This commit is contained in:
parent
904293f080
commit
d85d8a3f3f
@ -42,12 +42,12 @@
|
||||
|
||||
namespace cursespp {
|
||||
class ScrollableWindow :
|
||||
public IScrollable,
|
||||
public IKeyHandler,
|
||||
public Window,
|
||||
#if (__clang_major__ == 7 && __clang_minor__ == 3)
|
||||
public std::enable_shared_from_this<ScrollableWindow>,
|
||||
#endif
|
||||
public Window
|
||||
public IScrollable,
|
||||
public IKeyHandler
|
||||
{
|
||||
public:
|
||||
ScrollableWindow(
|
||||
|
Loading…
Reference in New Issue
Block a user