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