summaryrefslogtreecommitdiffstats
path: root/src/gui/LoadGraphWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/LoadGraphWindow.cpp')
-rw-r--r--src/gui/LoadGraphWindow.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/LoadGraphWindow.cpp b/src/gui/LoadGraphWindow.cpp
index c7e94a0e..1229dd25 100644
--- a/src/gui/LoadGraphWindow.cpp
+++ b/src/gui/LoadGraphWindow.cpp
@@ -95,9 +95,9 @@ LoadGraphWindow::LoadGraphWindow(BaseObjectType* cobject,
}
void
-LoadGraphWindow::present(SharedPtr<const GraphModel> graph,
- bool import,
- Node::Properties data)
+LoadGraphWindow::present(SPtr<const GraphModel> graph,
+ bool import,
+ Node::Properties data)
{
_import = import;
set_graph(graph);
@@ -115,7 +115,7 @@ LoadGraphWindow::present(SharedPtr<const GraphModel> graph,
* This function MUST be called before using the window in any way!
*/
void
-LoadGraphWindow::set_graph(SharedPtr<const GraphModel> graph)
+LoadGraphWindow::set_graph(SPtr<const GraphModel> graph)
{
_graph = graph;
_symbol_entry->set_text("");