diff options
Diffstat (limited to '')
-rw-r--r-- | src/OSSupport/Sleep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/Sleep.h b/src/OSSupport/Sleep.h index 5298c15da..0ec0adf9d 100644 --- a/src/OSSupport/Sleep.h +++ b/src/OSSupport/Sleep.h @@ -4,4 +4,4 @@ class cSleep { public: static void MilliSleep( unsigned int a_MilliSeconds ); -};
\ No newline at end of file +}; |