summaryrefslogtreecommitdiffstats
path: root/src/btop_menu.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/btop_menu.hpp')
-rw-r--r--src/btop_menu.hpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/btop_menu.hpp b/src/btop_menu.hpp
index 0017962..0e8832f 100644
--- a/src/btop_menu.hpp
+++ b/src/btop_menu.hpp
@@ -23,7 +23,7 @@ tab-size = 4
#include <vector>
#include <bitset>
-#include <btop_input.hpp>
+#include "btop_input.hpp"
using std::atomic;
using std::bitset;
@@ -46,12 +46,12 @@ namespace Menu {
//? Strings in content vector is not checked for box width overflow
class msgBox {
string box_contents, button_left, button_right;
- int height{}; // defaults to 0
- int width{}; // defaults to 0
- int boxtype{}; // defaults to 0
- int selected{}; // defaults to 0
- int x{}; // defaults to 0
- int y{}; // defaults to 0
+ int height{}; // defaults to 0
+ int width{}; // defaults to 0
+ int boxtype{}; // defaults to 0
+ int selected{}; // defaults to 0
+ int x{}; // defaults to 0
+ int y{}; // defaults to 0
public:
enum BoxTypes { OK, YES_NO, NO_YES };
enum msgReturn {