Use Octave_map instead of octave_scalar_map when building Octave data structures

p4#: 21615
This commit is contained in:
Magne Sjaastad
2013-05-15 06:55:54 +02:00
parent f5b779d4c4
commit 8c29270294
2 changed files with 3 additions and 10 deletions

View File

@@ -29,7 +29,3 @@ namespace riOctavePlugin
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