summaryrefslogtreecommitdiffstats
path: root/src/client/ConnectionModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/ConnectionModel.hpp')
-rw-r--r--src/client/ConnectionModel.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ConnectionModel.hpp b/src/client/ConnectionModel.hpp
index f05298c4..bc2f56e5 100644
--- a/src/client/ConnectionModel.hpp
+++ b/src/client/ConnectionModel.hpp
@@ -41,7 +41,7 @@ class ClientStore;
*
* \ingroup IngenClient
*/
-class ConnectionModel : public Shared::Connection
+class ConnectionModel : public Connection
{
public:
SharedPtr<PortModel> src_port() const { return _src_port; }