diff options
Diffstat (limited to 'plugins/Dbx_kyoto/src/commonheaders.h')
-rw-r--r-- | plugins/Dbx_kyoto/src/commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_kyoto/src/commonheaders.h b/plugins/Dbx_kyoto/src/commonheaders.h index d8662967e9..a8a6e11b8b 100644 --- a/plugins/Dbx_kyoto/src/commonheaders.h +++ b/plugins/Dbx_kyoto/src/commonheaders.h @@ -52,7 +52,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "version.h"
extern HINSTANCE g_hInst;
-extern LIST<CDbxKV> g_Dbs;
+extern LIST<CDbxKyoto> g_Dbs;
class cursor_ptr
{
|