mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 11:42:13 -04:00
Move default constructor to .hpp.
This commit is contained in:
parent
969d9bd070
commit
0828c66b8a
2 changed files with 1 additions and 5 deletions
|
@ -52,7 +52,7 @@ private:
|
|||
|
||||
class NavigationView : public View {
|
||||
public:
|
||||
NavigationView();
|
||||
NavigationView() { }
|
||||
|
||||
NavigationView(const NavigationView&) = delete;
|
||||
NavigationView(NavigationView&&) = delete;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue