We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa84a32 commit 1ffdd32Copy full SHA for 1ffdd32
include/scratchcpp/costume.h
@@ -15,7 +15,7 @@ class CostumePrivate;
15
class LIBSCRATCHCPP_EXPORT Costume : public Asset
16
{
17
public:
18
- Costume(std::string name, std::string id, std::string format);
+ Costume(const std::string &name, const std::string &id, const std::string &format);
19
20
double bitmapResolution() const;
21
void setBitmapResolution(double newBitmapResolution);
0 commit comments