Changeset 205 in pacpusframework


Ignore:
Timestamp:
10/29/13 16:48:27 (11 years ago)
Author:
Marek Kurdej
Message:

Minor: const-correctness.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/DBITEPlayer/src/main.cpp

    r146 r205  
    7171    }
    7272    LOG_INFO("loading file '" << configFilePath << "'");
    73     size_t componentCount = mgr->loadComponents(configFilePath.c_str());
     73    const size_t componentCount = mgr->loadComponents(configFilePath.c_str());
    7474    if (componentCount == 0) {
    7575        LOG_FATAL("no components, exiting");
Note: See TracChangeset for help on using the changeset viewer.