Skip to content

Commit

Permalink
Renames MqlTick.struct.h to Tick.struct.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Nov 11, 2021
1 parent 88e4c71 commit e0632a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SymbolInfo.struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

// Includes.
#include "ISerializable.h"
#include "MqlTick.struct.h"
#include "Tick.struct.h"
#include "SymbolInfo.struct.static.h"

// Defines struct to store symbol data.
Expand Down
2 changes: 1 addition & 1 deletion SymbolInfo.struct.static.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#endif

#include "MQL5.mqh"
#include "MqlTick.struct.h"
#include "Tick.struct.h"
#include "Std.h"

/**
Expand Down
File renamed without changes.

0 comments on commit e0632a6

Please sign in to comment.