Skip to content

Commit 78f3706

Browse files
committed
ControlBlocks: Use 'using namespace'
1 parent e792703 commit 78f3706

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/blocks/controlblocks.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77

88
#include "controlblocks.h"
99

10-
namespace libscratchcpp
11-
{
10+
using namespace libscratchcpp;
1211

1312
std::string ControlBlocks::name() const
1413
{
@@ -197,5 +196,3 @@ unsigned int ControlBlocks::waitUntil(VirtualMachine *vm)
197196
}
198197
return 1;
199198
}
200-
201-
} // namespace libscratchcpp

0 commit comments

Comments
 (0)