Acabat amb cppcheck
Arreglades les herencies de les classes Sprite
This commit is contained in:
@@ -79,7 +79,7 @@ void Writer::setKerning(int value)
|
||||
}
|
||||
|
||||
// Establece el valor de la variable
|
||||
void Writer::setCaption(std::string text)
|
||||
void Writer::setCaption(const std::string &text)
|
||||
{
|
||||
caption_ = text;
|
||||
lenght_ = text.length();
|
||||
|
||||
Reference in New Issue
Block a user