Changeset 231 in pacpusframework for trunk/src/PacpusLib/ComponentManager.cpp


Ignore:
Timestamp:
11/27/13 13:30:18 (11 years ago)
Author:
Marek Kurdej
Message:

Fixed: Qt4 compilation on Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/PacpusLib/ComponentManager.cpp

    r207 r231  
    2626{
    2727    typedef QList<_ListElem> ListType;
    28     for (ListType::const_iterator it = list.cbegin(), itend = list.cend(); it != itend; ++it) {
     28    for (typename ListType::const_iterator it = list.cbegin(), itend = list.cend(); it != itend; ++it) {
    2929        os << *it << "\n";
    3030    }
Note: See TracChangeset for help on using the changeset viewer.