Changeset 121 for trunk/src/library.cc


Ignore:
Timestamp:
06/15/13 17:47:57 (12 years ago)
Author:
epyon
Message:
  • Nova builds with -Weverything/-Wall/-pedantic/etc on: on MSVC 2012 on GCC 4.6.3 on clang 3.2
  • ... without a single fucking warning.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/library.cc

    r120 r121  
    3737
    3838library::library()
    39     : m_name(), m_handle( nullptr )
     39    : m_handle( nullptr ), m_name()
    4040{
    4141}
Note: See TracChangeset for help on using the changeset viewer.