Proper fix for the static const declaration debacle in IDataFileChecker. The...
Proper fix for the static const declaration debacle in IDataFileChecker. The class was hard marked DLLExport rather than switching between the two depending on the IN_MANTID_API flag. This is the case in quite a lot if our code where DLLExport is used instead of the correct EXPORT_OPT_IN_{PACKAGE} (which I think need a more concise name for). Re #2329
Showing
- Code/Mantid/Framework/API/inc/MantidAPI/IDataFileChecker.h 5 additions, 11 deletionsCode/Mantid/Framework/API/inc/MantidAPI/IDataFileChecker.h
- Code/Mantid/Framework/API/src/IDataFileChecker.cpp 3 additions, 4 deletionsCode/Mantid/Framework/API/src/IDataFileChecker.cpp
- Code/Mantid/Framework/DataHandling/src/Load.cpp 131 additions, 124 deletionsCode/Mantid/Framework/DataHandling/src/Load.cpp
- Code/Mantid/Framework/DataHandling/test/SaveSPETest.h 1 addition, 1 deletionCode/Mantid/Framework/DataHandling/test/SaveSPETest.h
Loading
Please register or sign in to comment