mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 17:15:26 +00:00
HackStudio: Move everything into the HackStudio namespace
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace HackStudio {
|
||||
|
||||
struct Project::ProjectTreeNode : public RefCounted<ProjectTreeNode> {
|
||||
enum class Type {
|
||||
Invalid,
|
||||
@@ -358,3 +360,5 @@ void Project::rebuild_tree()
|
||||
m_root_node = move(root);
|
||||
m_model->update();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user