From 6e48a3586603c3227fbc08c1102985208b839d59 Mon Sep 17 00:00:00 2001 From: Ruben Smits Date: Sat, 11 Feb 2012 21:36:52 +0100 Subject: [PATCH] doc/rtt_cheat_sheet: fix typo in addOperation of class member function syntax Signed-off-by: Ruben Smits --- doc/rtt_cheat_sheet.svg | 49 +++++++++++++++++++++++++--------------------- 1 files changed, 27 insertions(+), 22 deletions(-) diff --git a/doc/rtt_cheat_sheet.svg b/doc/rtt_cheat_sheet.svg index 4e884e6..e757538 100644 --- a/doc/rtt_cheat_sheet.svg +++ b/doc/rtt_cheat_sheet.svg @@ -14,7 +14,7 @@ height="744.09448" id="svg2" version="1.1" - inkscape:version="0.47 r22583" + inkscape:version="0.48.2 r9819" sodipodi:docname="rtt_cheat_sheet.svg"> &MyComp::checkFoo) &MyComp::checkFoo, this) .doc("...").arg("arg","...");// Add C function:addOperation("cFoo", &cFoo) .doc("...").arg("arg","...");// Execute in own thread:addOperation("checkFoo", &MyComp::checkFoo, OwnThread) this, OwnThread) .doc("...").arg("arg","..."); -- 1.7.5.4