mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
AppFwk: Set selectAsCurrentItem argument to const
This commit is contained in:
@@ -1545,7 +1545,7 @@ void RiuMainWindow::showProcessMonitorDockPanel()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiuMainWindow::selectAsCurrentItem(caf::PdmObject* object)
|
||||
void RiuMainWindow::selectAsCurrentItem(const caf::PdmObject* object)
|
||||
{
|
||||
m_projectTreeView->selectAsCurrentItem(object);
|
||||
}
|
||||
|
||||
@@ -96,7 +96,7 @@ public:
|
||||
|
||||
void hideAllDockWindows();
|
||||
|
||||
void selectAsCurrentItem(caf::PdmObject* object);
|
||||
void selectAsCurrentItem(const caf::PdmObject* object);
|
||||
|
||||
void selectedCases(std::vector<RimCase*>& cases);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user