mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
FileManager: Remove empty public access modifier from DesktopWidget
This commit is contained in:
parent
ecea904ce9
commit
0edfd45451
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ int main(int argc, char** argv)
|
|||
class DesktopWidget final : public GUI::Widget {
|
||||
C_OBJECT(DesktopWidget);
|
||||
|
||||
public:
|
||||
private:
|
||||
virtual void paint_event(GUI::PaintEvent& event) override
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue