Changeset 325 in pacpusframework for branches


Ignore:
Timestamp:
11/07/14 15:12:55 (10 years ago)
Author:
DHERBOMEZ Gérald
Message:

correction of syntax error (interface => anInterface)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.1.x/include/Pacpus/kernel/ConnectionBase.h

    r153 r325  
    1111{
    1212public:
    13     ConnectionBase(AbstractInterface * interface, int priority)
    14         : m_interface(interface)
     13    ConnectionBase(AbstractInterface * anInterface, int priority)
     14        : m_interface(anInterface)
    1515        , m_priority(priority)
    1616    {}
Note: See TracChangeset for help on using the changeset viewer.