Skip to content

Commit d0d384e

Browse files
committed
2 parents cd8b156 + 9a8b510 commit d0d384e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
*~
2-
samples/CMakeLists.txt
2+
samples/CMakeLists.txt
3+
build*
4+
install*

libs/hwdrivers/src/CNationalInstrumentsDAQ.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ const daqmx_str_val daqmx_vals[] = {
317317

318318
int daqmx_defstr2num(const std::string &str)
319319
{
320-
const std::string s = mrpt::utils::trim(str);
320+
const std::string s = mrpt::system::trim(str);
321321

322322
for (unsigned int i=0;i<sizeof(daqmx_vals)/sizeof(daqmx_vals[0]);i++)
323323
{

0 commit comments

Comments
 (0)