summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats/src/protocol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryStats/src/protocol.cpp')
-rw-r--r--plugins/HistoryStats/src/protocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryStats/src/protocol.cpp b/plugins/HistoryStats/src/protocol.cpp
index 8914310740..16374745d3 100644
--- a/plugins/HistoryStats/src/protocol.cpp
+++ b/plugins/HistoryStats/src/protocol.cpp
@@ -5,6 +5,6 @@
ext::string Protocol::getDisplayName(const ext::a::string& protocol)
{
- PROTOACCOUNT *pa = ProtoGetAccount(protocol.c_str());
+ PROTOACCOUNT *pa = Proto_GetAccount(protocol.c_str());
return (pa == NULL) ? utils::fromA(protocol) : pa->tszAccountName;
}