summaryrefslogtreecommitdiffstats
path: root/src/Patchage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r--src/Patchage.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp
index 6f70620..c4a4687 100644
--- a/src/Patchage.hpp
+++ b/src/Patchage.hpp
@@ -180,7 +180,7 @@ protected:
std::mutex _events_mutex;
std::queue<Event> _driver_events;
BufferSizeColumns _buf_size_columns;
- Legend* _legend;
+ Legend* _legend{nullptr};
Metadata _metadata;
Drivers _drivers;
Reactor _reactor;
@@ -190,7 +190,7 @@ protected:
Glib::RefPtr<Gtk::TextTag> _warning_tag;
Options _options;
- bool _attach;
+ bool _attach{true};
};
} // namespace patchage