Skip to content

Commit

Permalink
DMD 2.066 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
unbornchikken committed Oct 24, 2014
1 parent 1aec33f commit f7cb4e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -3,4 +3,5 @@
docs
*.lib
*.exe
dub.userprefs
dub.userprefs
*.a
2 changes: 1 addition & 1 deletion cl4d/wrapper.d
Expand Up @@ -328,7 +328,7 @@ package struct CLObjectCollection(T)
alias _objects this;

//! takes a list of cl4d CLObjects
this(T[] objects)
this(T[] objects ...)
in
{
assert(objects !is null);
Expand Down

0 comments on commit f7cb4e4

Please sign in to comment.