summaryrefslogtreecommitdiffstats
path: root/mcop
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:41:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:41:27 -0600
commitc5c1052f4bae9680eb77340b55e1c1e78c15d1f5 (patch)
treee0770872664938b4cbfc6ae8f14e8d927832832a /mcop
parentbdff7895a8452d3a139a159f8a1d535730c4739b (diff)
downloadarts-c5c1052f4bae9680eb77340b55e1c1e78c15d1f5.tar.gz
arts-c5c1052f4bae9680eb77340b55e1c1e78c15d1f5.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'mcop')
-rw-r--r--mcop/object.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcop/object.cc b/mcop/object.cc
index 5153f0f..a50061e 100644
--- a/mcop/object.cc
+++ b/mcop/object.cc
@@ -1127,7 +1127,7 @@ Object_stub::Object_stub(Connection *connection, long objectID)
Object_stub::~Object_stub()
{
/*
- * tqinvalidate method lookup cache entries of this object, as it might
+ * invalidate method lookup cache entries of this object, as it might
* happen, that another Object_stub is created just at the same position
*/
if(_lookupMethodCache)