mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
HackStudio: Move everything into the HackStudio namespace
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
#include <LibCore/File.h>
|
||||
#include <string.h>
|
||||
|
||||
namespace HackStudio {
|
||||
|
||||
ProjectFile::ProjectFile(const String& name)
|
||||
: m_name(name)
|
||||
{
|
||||
@@ -45,3 +47,5 @@ const GUI::TextDocument& ProjectFile::document() const
|
||||
}
|
||||
return *m_document;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user