Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dtk
dtk
Commits
9e6f760f
Commit
9e6f760f
authored
Aug 27, 2014
by
NICLAUSSE Nicolas
Browse files
export fix for friend methods
parent
39215d6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dtkMath/dtkMatrix.h
View file @
9e6f760f
...
...
@@ -60,9 +60,9 @@ protected:
dtkMatrix
&
lazyClone
(
void
);
public:
friend
dtkMatrix
&
operator
+
(
const
dtkMatrix
&
lhs
,
const
dtkMatrix
&
rhs
);
friend
dtkMatrix
&
operator
-
(
const
dtkMatrix
&
lhs
,
const
dtkMatrix
&
rhs
);
friend
dtkMatrix
&
operator
*
(
const
dtkMatrix
&
lhs
,
const
dtkMatrix
&
rhs
);
friend
DTKMATH_EXPORT
dtkMatrix
&
operator
+
(
const
dtkMatrix
&
lhs
,
const
dtkMatrix
&
rhs
);
friend
DTKMATH_EXPORT
dtkMatrix
&
operator
-
(
const
dtkMatrix
&
lhs
,
const
dtkMatrix
&
rhs
);
friend
DTKMATH_EXPORT
dtkMatrix
&
operator
*
(
const
dtkMatrix
&
lhs
,
const
dtkMatrix
&
rhs
);
public:
bool
dirty
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment