diff options
Diffstat (limited to 'protocols/Quotes/src/Forex.cpp')
-rw-r--r-- | protocols/Quotes/src/Forex.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Quotes/src/Forex.cpp b/protocols/Quotes/src/Forex.cpp index 063e812b04..d5cbf7eb42 100644 --- a/protocols/Quotes/src/Forex.cpp +++ b/protocols/Quotes/src/Forex.cpp @@ -421,8 +421,7 @@ extern "C" Quotes_IconsInit();
- PROTOCOLDESCRIPTOR pd = {0};
- pd.cbSize = /*sizeof(pd)*/PROTOCOLDESCRIPTOR_V3_SIZE;
+ PROTOCOLDESCRIPTOR pd = { PROTOCOLDESCRIPTOR_V3_SIZE };
pd.szName = QUOTES_PROTOCOL_NAME;
pd.type = PROTOTYPE_PROTOCOL;
// pd.fnInit = protoInit;
|