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