From f7f45e9630912cfca6b3a6b60577f02924c3dbc9 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 3 Jul 2007 00:50:59 +0000 Subject: Ah, that explains much, I did the big reorg -> trunk move and forgot to commit some things, so here they are, after being manually copied. --- src/plugger.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/plugger.h') diff --git a/src/plugger.h b/src/plugger.h index 2124b7a..88628a9 100644 --- a/src/plugger.h +++ b/src/plugger.h @@ -158,9 +158,7 @@ namespace Bu bool hasPlugin( const char *lpName ) { - if( hPlugin[lpName] == NULL ) - return false; - return true; + return hPlugin.has( lpName ); } void destroy( T *pPlug ) -- cgit v1.2.3