From c3b40137621221c240e3c67e68eab5a8f59265c8 Mon Sep 17 00:00:00 2001
From: g0dil <g0dil@wiback.org>
Date: Fri, 28 Nov 2008 10:52:14 +0000
Subject: [PATCH] Further documentation updates

---
 PPI/Setup.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PPI/Setup.hh b/PPI/Setup.hh
index 7c4c217e3..1c42c0e9f 100644
--- a/PPI/Setup.hh
+++ b/PPI/Setup.hh
@@ -62,7 +62,7 @@ namespace ppi {
         
         \see \ref ppi_connections
      */
-    void connect(connector::Connector & source, connector::Connector & target, ...);
+    void connect(connector::OutputConnector & source, connector::InputConnector & target, ...);
 
 #else
 
-- 
GitLab