mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-08 01:01:00 +00:00
6 lines
56 B
C++
6 lines
56 B
C++
|
|
#include <LibGUI/GCommand.h>
|
||
|
|
|
||
|
|
GCommand::~GCommand()
|
||
|
|
{
|
||
|
|
}
|