]> git.stg.codes - stg.git/blobdiff - stglibs/locker.lib/include/stg/locker.h
Massive refactoring.
[stg.git] / stglibs / locker.lib / include / stg / locker.h
index 7a8d0b8d30113a80431a1ab1ccd2f1519fcdddbd..51ceb738e53253cfec1a2e9dd54605a20cf997a9 100644 (file)
@@ -67,7 +67,7 @@ public:
         pthread_mutex_unlock(&lockerMutex);
         #endif
         pthread_mutex_lock(mutex);
-        };
+        }
 
     ~STG_LOCKER()
         {
@@ -77,7 +77,7 @@ public:
         std::cout << "Unlock: " << lockID << " " << file << ":" << line << " " << mutex << " " << pthread_self() << std::endl;
         pthread_mutex_unlock(&lockerMutex);
         #endif
-        };
+        }
 private:
     STG_LOCKER(const STG_LOCKER & rvalue);
     STG_LOCKER & operator=(const STG_LOCKER & rvalue);