diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-24 11:30:35 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-27 16:42:58 +0200 |
commit | b15fe980671e028d0849e11878e0edf9a88669a5 (patch) | |
tree | 221cbd9964ff52e3ce85f1fda21d075d3f14b88d | |
parent | 6d7679cf7c997237805022f828846164ff947a40 (diff) |
compat/mutex: rename
-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 | ||||
-rw-r--r-- | spline/spline.hpp | 2 |
3 files changed, 2 insertions, 2 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 diff --git a/spline/spline.hpp b/spline/spline.hpp index 334e70d0..defa80fc 100644 --- a/spline/spline.hpp +++ b/spline/spline.hpp @@ -8,7 +8,7 @@ #pragma once -#include "compat/qcopyable-mutex.hpp" +#include "compat/copyable-mutex.hpp" #include "options/options.hpp" #include "compat/util.hpp" using namespace options; |