We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef27ce9 commit 5769f90Copy full SHA for 5769f90
sutk/source/Scrollable.cpp
@@ -7,5 +7,6 @@ namespace SUTK
7
Scrollable::Scrollable(Container* container) noexcept
8
{
9
m_scrollContainer = dynamic_cast<ScrollContainer*>(container->getParent());
10
+ _COM_ASSERT(m_scrollContainer);
11
}
12
0 commit comments