From 4a314929c3c83d47ead31317fdaa825c78a9f369 Mon Sep 17 00:00:00 2001 From: Ruben Smits Date: Wed, 20 Oct 2010 11:36:43 +0200 Subject: [PATCH] fix typo in typekit manual --- doc/xml/orocos-typekit-plugin.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/xml/orocos-typekit-plugin.xml b/doc/xml/orocos-typekit-plugin.xml index ee737b7..72791a4 100644 --- a/doc/xml/orocos-typekit-plugin.xml +++ b/doc/xml/orocos-typekit-plugin.xml @@ -494,7 +494,7 @@ Each typekit must define a class that inherits from the - RTT::TypekitPlugin class and implement + RTT::types::TypekitPlugin class and implement four functions: loadTypes(), loadConstructors, loadOperators() and @@ -548,7 +548,7 @@ bool MyTypekitPlugin::loadTypes() { // Tell the RTT the name and type of this struct - RTT::Types()->addType( new ControlDataTypeInfo() ); + RTT::types::Types()->addType( new ControlDataTypeInfo() ); } /** ...Add the other example code of this manual here as well... */ -- 1.7.0.4