Skip to content

Commit c3f9ec8

Browse files
authored
change namespace to scratch3cpp
1 parent 1d03e7c commit c3f9ec8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/scratch/block.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include "field.h"
1010

11-
namespace scratch {
11+
namespace scratch3cpp {
1212
/**
1313
* @brief Represents a block in a Scratch project.
1414
*
@@ -71,4 +71,4 @@ class Block {
7171
inputs.push_back(input);
7272
}
7373
};
74-
};
74+
};

0 commit comments

Comments
 (0)