summaryrefslogtreecommitdiff
path: root/plugins/TrafficCounter/src/TrafficCounter.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-17 23:05:34 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-17 23:05:34 +0300
commit315179201a9f3ee4d048052613c9b5d85d3da9b4 (patch)
tree33775e38d88a7e93fa647c6bdb27acaf395fbd89 /plugins/TrafficCounter/src/TrafficCounter.cpp
parent88b04fed4966b0f1686690cb6101854afb52a5ee (diff)
missing function restored
Diffstat (limited to 'plugins/TrafficCounter/src/TrafficCounter.cpp')
-rw-r--r--plugins/TrafficCounter/src/TrafficCounter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TrafficCounter/src/TrafficCounter.cpp b/plugins/TrafficCounter/src/TrafficCounter.cpp
index e65fcfdbf5..c0ca36dc44 100644
--- a/plugins/TrafficCounter/src/TrafficCounter.cpp
+++ b/plugins/TrafficCounter/src/TrafficCounter.cpp
@@ -113,7 +113,7 @@ PLUGININFOEX pluginInfoEx =
{0x82181510, 0x5dfa, 0x49d7, {0xb4, 0x69, 0x33, 0x87, 0x1e, 0x2a, 0xe8, 0xb5}}
};
-extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD)
+extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD)
{
return &pluginInfoEx;
}