diff options
Diffstat (limited to 'compat')
-rw-r--r-- | compat/copyable-mutex.cpp (renamed from compat/qcopyable-mutex.cpp) | 2 | ||||
-rw-r--r-- | compat/copyable-mutex.hpp (renamed from compat/qcopyable-mutex.hpp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/compat/qcopyable-mutex.cpp b/compat/copyable-mutex.cpp index 71720f17..7c112c5e 100644 --- a/compat/qcopyable-mutex.cpp +++ b/compat/copyable-mutex.cpp @@ -1,4 +1,4 @@ -#include "qcopyable-mutex.hpp" +#include "copyable-mutex.hpp" mutex& mutex::operator=(const mutex& datum) { diff --git a/compat/qcopyable-mutex.hpp b/compat/copyable-mutex.hpp index af82876d..af82876d 100644 --- a/compat/qcopyable-mutex.hpp +++ b/compat/copyable-mutex.hpp |