Ignore:
Timestamp:
14/04/09 18:43:27 (3 years ago)
Author:
Freddie Akeroyd
Message:

fixes #167

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/applications/NXtranslate/binary/BinaryRetriever.cpp

    r1107 r1229  
    2626static const string myBYTE("BYTE"); 
    2727 
    28 static const int DEFAULT_TYPE=NX_UINT32; 
     28static const int NX_DEFAULT_TYPE=NX_UINT32; 
    2929 
    3030/** 
     
    9696static int getDataType(const string &str_type){ 
    9797  if(str_type.empty()){ 
    98     return DEFAULT_TYPE; 
     98    return NX_DEFAULT_TYPE; 
    9999  }else if(str_type==myINT8){ 
    100100    return NX_INT8; 
Note: See TracChangeset for help on using the changeset viewer.