orocos-toolchain / ocl

Orocos Component Library
Other
16 stars 33 forks source link

Fix compiler warning about the order of member initializers in OCL::LoggingService constructor #88

Closed meyerj closed 4 years ago

meyerj commented 4 years ago

The order of member initializers should match the declaration order in the header, which is also the order of construction. The new members were added in https://github.com/orocos-toolchain/ocl/pull/60.

snrkiwi commented 4 years ago

LGTM