Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1289 from CyberShadow/core-time-docs-posixclock
Browse files Browse the repository at this point in the history
core.time: Fix building documentation
  • Loading branch information
andralex committed May 29, 2015
2 parents 7d25976 + f1eeddb commit dc82475
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/time.d
Expand Up @@ -314,6 +314,9 @@ else

// private, used to translate clock type to proper argument to clock_xxx
// functions on posix systems
version(CoreDdoc)
private int _posixClock(ClockType clockType) { return 0; }
else
version(Posix)
{
private auto _posixClock(ClockType clockType)
Expand Down

0 comments on commit dc82475

Please sign in to comment.