Skip to content

Commit 5f87b29

Browse files
author
nitrocaster
committed
_quaternion: Remove linkage attribute.
1 parent de23f87 commit 5f87b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrCore/_quaternion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
#define QEPSILON 0.00001f
141141

142142
template <class T>
143-
struct XRCORE_API _quaternion
143+
struct _quaternion
144144
{
145145
public:
146146
typedef T TYPE;

0 commit comments

Comments
 (0)