summaryrefslogtreecommitdiff
path: root/plugins/DbEditorPP
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/DbEditorPP')
-rw-r--r--plugins/DbEditorPP/src/icons.cpp2
-rw-r--r--plugins/DbEditorPP/src/stdafx.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/plugins/DbEditorPP/src/icons.cpp b/plugins/DbEditorPP/src/icons.cpp
index e29a84d89d..4bcd1cfc90 100644
--- a/plugins/DbEditorPP/src/icons.cpp
+++ b/plugins/DbEditorPP/src/icons.cpp
@@ -75,7 +75,7 @@ HIMAGELIST LoadIcons()
for(int i = 0; i < SIZEOF(dbeIcons); i++)
ImageList_AddIcon(hil, LoadSkinnedDBEIcon(dbeIcons[i]));
- ProtoEnumAccounts(&protoCount, &protocols);
+ Proto_EnumAccounts(&protoCount, &protocols);
for (int i = 0; i < protoCount; i++) {
if (!Proto_IsProtocolLoaded(protocols[i]->szModuleName))
diff --git a/plugins/DbEditorPP/src/stdafx.h b/plugins/DbEditorPP/src/stdafx.h
index d1827fb6c1..8c5cf8eaa8 100644
--- a/plugins/DbEditorPP/src/stdafx.h
+++ b/plugins/DbEditorPP/src/stdafx.h
@@ -24,7 +24,6 @@
#include <m_clui.h>
#include <m_skin.h>
#include <m_langpack.h>
-#include <m_protomod.h>
#include <m_database.h>
#include <m_db_int.h>
#include <m_system.h>