Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2010-02-25 15:19:47 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2010-02-25 15:19:47 +0300
commitc263aa0a7dda6dc2cbc89e3e55f6f99f5b54ae0a (patch)
treea9de740461d63505970cb93c764db5d414b1ad6c /plugins/l4d
parent6d9bc4e116470e716c6bfa1f9f0c1afe1e4984bb (diff)
Update plugins to new trylock signature
Diffstat (limited to 'plugins/l4d')
-rw-r--r--plugins/l4d/l4d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/l4d/l4d.cpp b/plugins/l4d/l4d.cpp
index 3263b58ac..28ef5d43c 100644
--- a/plugins/l4d/l4d.cpp
+++ b/plugins/l4d/l4d.cpp
@@ -127,7 +127,7 @@ static bool calcout(float *pos, float *rot, float *opos, float *front, float *to
return true;
}
-static int trylock() {
+static int trylock(const std::multimap<std::wstring, unsigned long long int> &pids) {
h = NULL;
posptr = rotptr = NULL;