diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-07-03 00:50:59 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-07-03 00:50:59 +0000 |
commit | f7f45e9630912cfca6b3a6b60577f02924c3dbc9 (patch) | |
tree | bac0b1088b3bcd4407417dbf20a69812c1b8f2e5 /src/plugger.h | |
parent | 395a9f1b8ce44d55dbe4496ce34e1ec6a6e2a3ba (diff) | |
download | libbu++-f7f45e9630912cfca6b3a6b60577f02924c3dbc9.tar.gz libbu++-f7f45e9630912cfca6b3a6b60577f02924c3dbc9.tar.bz2 libbu++-f7f45e9630912cfca6b3a6b60577f02924c3dbc9.tar.xz libbu++-f7f45e9630912cfca6b3a6b60577f02924c3dbc9.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | src/plugger.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 | |||
158 | 158 | ||
159 | bool hasPlugin( const char *lpName ) | 159 | bool hasPlugin( const char *lpName ) |
160 | { | 160 | { |
161 | if( hPlugin[lpName] == NULL ) | 161 | return hPlugin.has( lpName ); |
162 | return false; | ||
163 | return true; | ||
164 | } | 162 | } |
165 | 163 | ||
166 | void destroy( T *pPlug ) | 164 | void destroy( T *pPlug ) |