We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6447a7d commit ac5c5a4Copy full SHA for ac5c5a4
include/scratchcpp/iengine.h
@@ -11,7 +11,7 @@
11
namespace libscratchcpp
12
{
13
14
-class LIBSCRATCHCPP_EXPORT IBlockSection;
+class IBlockSection;
15
class Broadcast;
16
class Block;
17
class Target;
include/scratchcpp/project.h
@@ -12,7 +12,7 @@ namespace libscratchcpp
class ProjectPrivate;
-class LIBSCRATCHCPP_EXPORT IEngine;
+class IEngine;
class LIBSCRATCHCPP_EXPORT Project
18
src/project_p.h
@@ -8,7 +8,7 @@
8
9
10
struct ProjectPrivate
0 commit comments