aboutsummaryrefslogtreecommitdiff
path: root/src/plugger.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-06-28 19:22:00 +0000
committerMike Buland <eichlan@xagasoft.com>2007-06-28 19:22:00 +0000
commit45124f3982e41994bb203420c9a13e7039c973b5 (patch)
treeb95698aefaedece72b6de769ca172854a7d815bc /src/plugger.h
parentc84fe052b8bdeb0638d2c71e99e8fe992f5af647 (diff)
downloadlibbu++-45124f3982e41994bb203420c9a13e7039c973b5.tar.gz
libbu++-45124f3982e41994bb203420c9a13e7039c973b5.tar.bz2
libbu++-45124f3982e41994bb203420c9a13e7039c973b5.tar.xz
libbu++-45124f3982e41994bb203420c9a13e7039c973b5.zip
Another stupid plugger bug.
Diffstat (limited to 'src/plugger.h')
-rw-r--r--src/plugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugger.h b/src/plugger.h
index 01bbb50..019cc23 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[pPlug]; 166 PluginReg *pReg = (PluginReg *)hObj[(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;