Skip to content

Commit

Permalink
Fix widgets_example ListModel
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Nov 10, 2024
1 parent 0905ad6 commit 0deeefc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/widgets_example.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ namespace WidgetsExample
return std::string("");
}
}

void add(const std::string &str) override
{
// Do nothing
}

void clear() override
{
// Do nothing
}
};

class MainContainer : public gcn::ActionListener
Expand Down

0 comments on commit 0deeefc

Please sign in to comment.