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

Yet another dll export fix.

parent d2588275
No related branches found
No related tags found
No related merge requests found
......@@ -17,17 +17,16 @@
#ifndef TRANSFORMATIONITEM_H
#define TRANSFORMATIONITEM_H
#include "WinDllMacros.h"
#include "SessionGraphicsItem.h"
class TransformationItem : public SessionGraphicsItem
class BA_CORE_API_ TransformationItem : public SessionGraphicsItem
{
public:
static const QString P_ROT;
explicit TransformationItem();
virtual ~TransformationItem(){}
};
#endif // TRANSFORMATIONITEM_H
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