cmProc2.h : Added structure tag name to cmBinMtxFile.

This commit is contained in:
Kevin Larke 2014-08-07 19:16:14 -07:00
parent b2466c0d74
commit b6ff52b514

View File

@ -829,7 +829,7 @@ extern "C" {
//------------------------------------------------------------------------------------------------------------
// Write a binary matrix file in the format acceppted by the octave function readBinFile.m
typedef struct
typedef struct cmBinMtxFile_str
{
cmObj obj;
cmFileH_t fh;