Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7528


Ignore:
Timestamp:
Oct 11, 2010, 11:32:02 PM (14 years ago)
Author:
rgrieder
Message:

Even linux only classes should carry the _LibraryExport macro.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ois_update/src/libraries/util/SignalHandler.h

    r7457 r7528  
    7070
    7171    /// The SignalHandler is used to catch signals like SIGSEGV and write a backtrace to the logfile.
    72     class SignalHandler : public Singleton<SignalHandler>
     72    class _UtilExport SignalHandler : public Singleton<SignalHandler>
    7373    {
    7474        friend class Singleton<SignalHandler>;
Note: See TracChangeset for help on using the changeset viewer.