Skip to content
Snippets Groups Projects
Unverified Commit ad7f307a authored by Leon Dietrich's avatar Leon Dietrich
Browse files

add: made hirarchy more clear

parent 94337187
No related branches found
No related tags found
No related merge requests found
Pipeline #
#include "ui/new_child_event.hpp"
namespace rmrf::ui {
}
......@@ -7,7 +7,7 @@
namespace rmrf::ui {
class new_child_event : event {
class new_child_event : public event {
};
}
......@@ -42,7 +42,7 @@ public:
/**
* This abstract class implements a view page.
*/
class view : ui_context {
class view : public ui_context {
private:
std::shared_ptr<view> parent_view;
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment