Skip to content

Commit

Permalink
Fix compilation error for VibeIdleCollect.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Jul 10, 2017
1 parent efeab80 commit 87296bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/vibe/core/core.d
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ shared static this()

version(VibeIdleCollect) {
logTrace("setup gc");
driverCore.setupGcTimer();
setupGcTimer();
}

version (VibeNoDefaultArgs) {}
Expand Down

0 comments on commit 87296bb

Please sign in to comment.