Skip to content
Snippets Groups Projects
Commit 7d59d03c authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Win dll compile error.

parent 25c7f411
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,12 @@
#ifndef IMESSAGESERVICE_H
#define IMESSAGESERVICE_H
#include "WinDllMacros.h"
//! @class IMessageService
//! @brief Abstract class for messaging in our GUI
class IMessageService {
class BA_CORE_API_ IMessageService {
public:
IMessageService(){}
virtual ~IMessageService(){}
......
......@@ -27,7 +27,7 @@ class QObject;
//! @class WarningMessageService
//! @brief The service to collect warning messages from different senders.
class WarningMessageService : public IMessageService {
class BA_CORE_API_ WarningMessageService : public IMessageService {
public:
typedef QMap<QObject *, MessageContainer *> container_t;
typedef container_t::iterator iterator;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment