Support previous name Octave_map of class octave_scalar_map

p4#: 21610
This commit is contained in:
Magne Sjaastad 2013-05-14 15:14:39 +02:00
parent bc22ce7fa5
commit 8342899c5e

View File

@ -27,7 +27,9 @@ namespace riOctavePlugin
char caseInfo_CaseName[] = "CaseName";
char caseInfo_CaseType[] = "CaseType";
char caseInfo_CaseGroupId[] = "CaseGroupId";
}
}
// Support previous name Octave_map of class octave_scalar_map
#ifndef OCTAVE_API_VERSION_NUMBER
#define octave_scalar_map Octave_map
#endif