Ignore:
Timestamp:
01/30/18 17:47:12 (6 years ago)
Author:
Sanahuja Guillaume
Message:

thread stack size rework
add Matrix class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairCore/src/FrameworkManager.cpp

    r186 r213  
    167167}
    168168
    169 void FrameworkManager::SetupLogger(string log_path) {
    170   pimpl_->SetupLogger(log_path);
     169void FrameworkManager::SetupLogger(string log_path,uint32_t stackSize) {
     170  pimpl_->SetupLogger(log_path,stackSize);
    171171}
    172172
Note: See TracChangeset for help on using the changeset viewer.