mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 07:51:01 +02:00
fix comment
This commit is contained in:
parent
cc7214fca3
commit
7ce6dd71d5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
#include <IOKit/IOMessage.h>
|
#include <IOKit/IOMessage.h>
|
||||||
#include <IOKit/pwr_mgt/IOPMLib.h>
|
#include <IOKit/pwr_mgt/IOPMLib.h>
|
||||||
|
|
||||||
// These type definitions come from IOKit, which includes a definition of Duration that conflicts with ours.
|
// The type definitions in these variables come from IOKit, which includes a definition of Duration that conflicts with ours.
|
||||||
// So... we include these definitions here rather than in the .h, as the .h is included in Application.cpp which
|
// So... we include these definitions here rather than in the .h, as the .h is included in Application.cpp which
|
||||||
// uses Duration.
|
// uses Duration.
|
||||||
static io_connect_t root_port;
|
static io_connect_t root_port;
|
||||||
|
|
Loading…
Reference in a new issue