mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
sonar cloud fixes
This commit is contained in:
@@ -143,7 +143,7 @@ InputMode InputHandler::getCurrentInputMode()
|
||||
return currentInputMode;
|
||||
}
|
||||
|
||||
void InputHandler::copyToClipBoard(std::string text)
|
||||
void InputHandler::copyToClipBoard(const std::string & text)
|
||||
{
|
||||
SDL_SetClipboardText(text.c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user