Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dtk
dtk
Commits
baf26bf3
Commit
baf26bf3
authored
Mar 08, 2013
by
Julien Wintz
Browse files
Fixed build issues for non gcc compilers.
parent
e883abef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dtkDistributed/dtkDistributedArray.h
View file @
baf26bf3
...
...
@@ -36,6 +36,10 @@ public:
template
<
typename
T
>
class
dtkDistributedArray
:
public
dtkDistributedContainer
{
public:
class
item
;
class
iterator
;
public:
inline
dtkDistributedArray
(
const
qlonglong
&
count
,
dtkDistributedWorker
*
worker
);
inline
~
dtkDistributedArray
(
void
);
...
...
Write
Preview
Supports
Markdown
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