mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-11 23:39:29 -05:00
Move default constructor to .hpp.
This commit is contained in:
parent
969d9bd070
commit
0828c66b8a
@ -44,10 +44,6 @@ SystemStatusView::SystemStatusView() {
|
||||
|
||||
/* Navigation ************************************************************/
|
||||
|
||||
NavigationView::NavigationView()
|
||||
{
|
||||
}
|
||||
|
||||
View* NavigationView::push_view(std::unique_ptr<View> new_view) {
|
||||
free_view();
|
||||
|
||||
|
@ -52,7 +52,7 @@ private:
|
||||
|
||||
class NavigationView : public View {
|
||||
public:
|
||||
NavigationView();
|
||||
NavigationView() { }
|
||||
|
||||
NavigationView(const NavigationView&) = delete;
|
||||
NavigationView(NavigationView&&) = delete;
|
||||
|
Loading…
Reference in New Issue
Block a user