We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31a8bd commit 47beef7Copy full SHA for 47beef7
include/scratchcpp/textbubble.h
@@ -11,7 +11,7 @@ namespace libscratchcpp
11
class TextBubblePrivate;
12
13
/*! \brief The TextBubble class represents a text bubble created using say or think block. */
14
-class TextBubble : public Drawable
+class LIBSCRATCHCPP_EXPORT TextBubble : public Drawable
15
{
16
public:
17
enum class Type
0 commit comments