diff options
Diffstat (limited to 'src/itocounter.h')
-rw-r--r-- | src/itocounter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/itocounter.h b/src/itocounter.h index 10df467..10126a5 100644 --- a/src/itocounter.h +++ b/src/itocounter.h | |||
@@ -8,7 +8,7 @@ | |||
8 | #ifndef BU_ITO_COUNTER_H | 8 | #ifndef BU_ITO_COUNTER_H |
9 | #define BU_ITO_COUNTER_H | 9 | #define BU_ITO_COUNTER_H |
10 | 10 | ||
11 | #include "itomutex.h" | 11 | #include "mutex.h" |
12 | 12 | ||
13 | namespace Bu | 13 | namespace Bu |
14 | { | 14 | { |
@@ -42,7 +42,7 @@ namespace Bu | |||
42 | 42 | ||
43 | private: | 43 | private: |
44 | T tCounter; /**< The counter itself. */ | 44 | T tCounter; /**< The counter itself. */ |
45 | ItoMutex mOperate; /**< The master mutex, used on all operations. */ | 45 | Mutex mOperate; /**< The master mutex, used on all operations. */ |
46 | }; | 46 | }; |
47 | } | 47 | } |
48 | 48 | ||