Skip to content

Commit

Permalink
Remove redundant qualification from declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Lpsd committed Nov 22, 2023
1 parent 64716d9 commit db90a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/mods/deathmatch/logic/luadefs/CLuaPlayerDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ class CLuaPlayerDefs : public CLuaDefs

static bool RedirectPlayer(CPlayer* pElement, std::string strHost, unsigned short usPort, std::optional<std::string> strPassword,
std::optional<std::unordered_map<std::string, std::string>> mArgs);
static std::string CLuaPlayerDefs::ArgsToString(const std::string& str, const ::pair<const std::string, std::string>& pair);
static std::string ArgsToString(const std::string& str, const ::pair<const std::string, std::string>& pair);
};

0 comments on commit db90a35

Please sign in to comment.