Skip to content

Commit 6bf1bf9

Browse files
committed
Updating to version 5.0 build 2085
1 parent 69aef4e commit 6bf1bf9

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

engine/metaeditor64.exe

-67.4 KB
Binary file not shown.

vsts-extension/CompileMql5Task/Include/Math/Alglib/alglibinternal.mqh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ CApBuff::~CApBuff(void)
104104
//+------------------------------------------------------------------+
105105
//| Copy |
106106
//+------------------------------------------------------------------+
107-
CApBuff::Copy(CApBuff &obj)
107+
void CApBuff::Copy(CApBuff &obj)
108108
{
109109
//--- copy arrays
110110
ArrayCopy(m_ia0,obj.m_ia0);
@@ -6991,7 +6991,7 @@ CLinMinState::~CLinMinState(void)
69916991
//+------------------------------------------------------------------+
69926992
//| Create a copy |
69936993
//+------------------------------------------------------------------+
6994-
CLinMinState::Copy(CLinMinState &obj)
6994+
void CLinMinState::Copy(CLinMinState &obj)
69956995
{
69966996
//--- copy variables
69976997
m_brackt=obj.m_brackt;
Binary file not shown.

vsts-extension/vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "stpatrick-tfs-build-tasks-mql5",
44
"name": "MetaTrader 5 build tasks",
5-
"version": "0.1.10",
5+
"version": "0.1.11",
66
"publisher": "philip-patrick",
77
"targets": [
88
{

0 commit comments

Comments
 (0)