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

Win compilation error because of several members of dll interface declared in single line

parent b5a9b351
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,9 @@ class BA_CORE_API_ EulerRotationItem : public RotationItem
{
public:
static const QString P_ALPHA, P_BETA, P_GAMMA;
static const QString P_ALPHA;
static const QString P_BETA;
static const QString P_GAMMA;
explicit EulerRotationItem();
IRotation *createRotation() const;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment