Skip to content

Commit

Permalink
_quaternion: Remove linkage attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Nov 8, 2015
1 parent de23f87 commit 5f87b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrCore/_quaternion.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
#define QEPSILON 0.00001f

template <class T>
struct XRCORE_API _quaternion
struct _quaternion
{
public:
typedef T TYPE;
Expand Down

0 comments on commit 5f87b29

Please sign in to comment.