diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:41:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:41:27 -0600 |
commit | c5c1052f4bae9680eb77340b55e1c1e78c15d1f5 (patch) | |
tree | e0770872664938b4cbfc6ae8f14e8d927832832a /mcop | |
parent | bdff7895a8452d3a139a159f8a1d535730c4739b (diff) | |
download | arts-c5c1052f4bae9680eb77340b55e1c1e78c15d1f5.tar.gz arts-c5c1052f4bae9680eb77340b55e1c1e78c15d1f5.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'mcop')
-rw-r--r-- | mcop/object.cc | 2 |
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) |