aboutsummaryrefslogtreecommitdiff
path: root/src/matchmaking.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/matchmaking.rs')
-rw-r--r--src/matchmaking.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/matchmaking.rs b/src/matchmaking.rs
index 8b9f2f7..f3e3b94 100644
--- a/src/matchmaking.rs
+++ b/src/matchmaking.rs
@@ -52,7 +52,7 @@ impl LobbyId {
impl <Manager> Matchmaking<Manager> {
pub fn request_lobby_list<F>(&self, mut cb: F)
- where F: FnMut(Result<Vec<LobbyId>, SteamError>) + 'static + Send + Sync
+ where F: FnMut(SResult<Vec<LobbyId>>) + 'static + Send
{
unsafe {
let api_call = sys::SteamAPI_ISteamMatchmaking_RequestLobbyList(self.mm);