mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibGUI: Put all classes in the GUI namespace and remove the leading G
This took me a moment. Welcome to the new world of GUI::Widget! :^)
This commit is contained in:
@@ -26,6 +26,10 @@
|
||||
|
||||
#include <LibGUI/GCommand.h>
|
||||
|
||||
GCommand::~GCommand()
|
||||
namespace GUI {
|
||||
|
||||
Command::~Command()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user