diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-06-28 19:23:14 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-06-28 19:23:14 +0000 |
commit | db15bc90703b0ccafd53ca16c0ef68673f66a184 (patch) | |
tree | 6f87eb1802929fe73babad4b999e11879cebad66 /src/plugger.h | |
parent | 45124f3982e41994bb203420c9a13e7039c973b5 (diff) | |
download | libbu++-db15bc90703b0ccafd53ca16c0ef68673f66a184.tar.gz libbu++-db15bc90703b0ccafd53ca16c0ef68673f66a184.tar.bz2 libbu++-db15bc90703b0ccafd53ca16c0ef68673f66a184.tar.xz libbu++-db15bc90703b0ccafd53ca16c0ef68673f66a184.zip |
Oi, another bug fix, the same line...
Diffstat (limited to 'src/plugger.h')
-rw-r--r-- | src/plugger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugger.h b/src/plugger.h index 019cc23..2a85e17 100644 --- a/src/plugger.h +++ b/src/plugger.h | |||
@@ -163,7 +163,7 @@ namespace Bu | |||
163 | 163 | ||
164 | void destroy( T *pPlug ) | 164 | void destroy( T *pPlug ) |
165 | { | 165 | { |
166 | PluginReg *pReg = (PluginReg *)hObj[(int)pPlug]; | 166 | PluginReg *pReg = (PluginReg *)hObj.get((int)pPlug); |
167 | //printf("pReg: %08X, pPlug: %08X\n", pReg, pPlug ); | 167 | //printf("pReg: %08X, pPlug: %08X\n", pReg, pPlug ); |
168 | if( pReg == NULL ) | 168 | if( pReg == NULL ) |
169 | return; | 169 | return; |