From: g0dil Date: Fri, 28 Nov 2008 10:52:14 +0000 (+0000) Subject: Further documentation updates X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=a693cc27222e447fe920ba2eb122e4d5d664cc0f;p=senf.git Further documentation updates git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@989 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/PPI/Setup.hh b/PPI/Setup.hh index 7c4c217..1c42c0e 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