diff options
Diffstat (limited to 'src/OSSupport/Thread.h')
-rw-r--r-- | src/OSSupport/Thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/Thread.h b/src/OSSupport/Thread.h index 3c9316424..4153b2427 100644 --- a/src/OSSupport/Thread.h +++ b/src/OSSupport/Thread.h @@ -23,4 +23,4 @@ private: cEvent* m_StopEvent; AString m_ThreadName; -};
\ No newline at end of file +}; |