summaryrefslogtreecommitdiffstats
path: root/src/btop_input.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/btop_input.hpp')
-rw-r--r--src/btop_input.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btop_input.hpp b/src/btop_input.hpp
index af96923..5a1a28e 100644
--- a/src/btop_input.hpp
+++ b/src/btop_input.hpp
@@ -32,7 +32,7 @@ using std::string;
/* The input functions relies on the following std::cin options being set:
cin.sync_with_stdio(false);
- cin.tie(NULL);
+ cin.tie(nullptr);
These will automatically be set when running Term::init() from btop_tools.cpp
*/