summaryrefslogtreecommitdiff
path: root/avstream/avscamera/sys/Timer.h
diff options
context:
space:
mode:
authorsaredd <[email protected]>2018-01-19 17:19:00 -0800
committerWei Mao <[email protected]>2018-01-19 17:19:00 -0800
commit6e7c8cb437135e55917c34cfebe1be944bbf6d3f (patch)
treef7570fe170194facd45e4f9f887ff56dc683a31c /avstream/avscamera/sys/Timer.h
parentdd7e6f697ed67e94dc45cd33078b1dbcb643f439 (diff)
Updating Camera WDK Samples to RS3 version (#193)
Diffstat (limited to 'avstream/avscamera/sys/Timer.h')
-rw-r--r--avstream/avscamera/sys/Timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/avstream/avscamera/sys/Timer.h b/avstream/avscamera/sys/Timer.h
index d4e6322e..1927158b 100644
--- a/avstream/avscamera/sys/Timer.h
+++ b/avstream/avscamera/sys/Timer.h
@@ -133,7 +133,7 @@ private:
_Inout_opt_ PVOID Arg2
) ;
- TIMER_TYPE GetType()
+ TIMER_TYPE GetType() const
{
return m_type;
}