summaryrefslogtreecommitdiffstats
path: root/src/server/GraphImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/GraphImpl.hpp')
-rw-r--r--src/server/GraphImpl.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/GraphImpl.hpp b/src/server/GraphImpl.hpp
index 450318ba..b6f3cf73 100644
--- a/src/server/GraphImpl.hpp
+++ b/src/server/GraphImpl.hpp
@@ -128,10 +128,10 @@ public:
void remove_port(DuplexPort& port);
void clear_ports();
- void add_arc(SharedPtr<ArcImpl> arc);
+ void add_arc(SPtr<ArcImpl> arc);
- SharedPtr<ArcImpl> remove_arc(const PortImpl* tail,
- const PortImpl* head);
+ SPtr<ArcImpl> remove_arc(const PortImpl* tail,
+ const PortImpl* head);
bool has_arc(const PortImpl* tail, const PortImpl* head) const;