Third time's a charm.

This commit is contained in:
casey langen 2017-01-10 07:30:40 -08:00
parent 904293f080
commit d85d8a3f3f

View File

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