mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-29 07:10:22 +00:00
6 lines
56 B
C++
6 lines
56 B
C++
|
|
#include <LibGUI/GCommand.h>
|
||
|
|
|
||
|
|
GCommand::~GCommand()
|
||
|
|
{
|
||
|
|
}
|