diff options
Diffstat (limited to 'viewGridNavigator.cpp')
-rw-r--r-- | viewGridNavigator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewGridNavigator.cpp b/viewGridNavigator.cpp index 83c86e3..8600edd 100644 --- a/viewGridNavigator.cpp +++ b/viewGridNavigator.cpp @@ -12,7 +12,7 @@ cGridElement::cGridElement() m_bInit = true; } -cViewGridNavigator::cViewGridNavigator(skindesignerapi::cOsdView* rootView) +cViewGridNavigator::cViewGridNavigator(std::shared_ptr<skindesignerapi::cOsdView> rootView) { m_columns = 2; m_rows = 2; |