diff options
Diffstat (limited to '')
-rw-r--r-- | source/OSSupport/IsThread.cpp (renamed from source/cIsThread.cpp) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cIsThread.cpp b/source/OSSupport/IsThread.cpp index cfc6fa72a..9dcbc43eb 100644 --- a/source/cIsThread.cpp +++ b/source/OSSupport/IsThread.cpp @@ -1,12 +1,12 @@ -// cIsThread.cpp +// IsThread.cpp // Implements the cIsThread class representing an OS-independent wrapper for a class that implements a thread. // This class will eventually suupersede the old cThread class #include "Globals.h" -#include "cIsThread.h" +#include "IsThread.h" |