Ignore:
Timestamp:
07/31/13 20:26:14 (11 years ago)
Author:
morasjul
Message:

Fix boost log for linux (add link with boost_log_setup and pthread)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/include/Pacpus/kernel/PacpusEvent.h

    r148 r150  
    113113    PacpusTypedEvent(PacpusEventType type, const T & data = T(), road_time_t t = road_time(), road_timerange_t tr = 0 )
    114114        : PacpusEvent(type, t, tr)
    115         , TypedData(data)
     115        , TypedData<T>(data)
    116116    {}
    117117
Note: See TracChangeset for help on using the changeset viewer.