From 4adc4f4a2b4f57f43affcd48f2c01c60f471b20a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Jun 2006 00:42:15 +0000 Subject: Renamed PortBase to TypedPort git-svn-id: http://svn.drobilla.net/lad/grauph@60 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libs/engine/Makefile.am') diff --git a/src/libs/engine/Makefile.am b/src/libs/engine/Makefile.am index e0c43e3e..09098e10 100644 --- a/src/libs/engine/Makefile.am +++ b/src/libs/engine/Makefile.am @@ -41,8 +41,8 @@ libom_la_SOURCES = \ Buffer.cpp \ Port.h \ Port.cpp \ - PortBase.h \ - PortBase.cpp \ + TypedPort.h \ + TypedPort.cpp \ InputPort.h \ InputPort.cpp \ OutputPort.h \ -- cgit v1.2.1