summaryrefslogtreecommitdiffstats
path: root/include/ingen/Log.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-18 01:20:27 -0400
committerDavid Robillard <d@drobilla.net>2022-08-18 01:20:27 -0400
commit44381dbda9dbf8d20894789fe8e3ea941b70a1d0 (patch)
tree27c4da20f5a796825f7485aa7a1f447ff423f0f6 /include/ingen/Log.hpp
parent9126ed67acf17bb2009430cb6de25b2ffd783d8e (diff)
downloadingen-44381dbda9dbf8d20894789fe8e3ea941b70a1d0.tar.gz
ingen-44381dbda9dbf8d20894789fe8e3ea941b70a1d0.tar.bz2
ingen-44381dbda9dbf8d20894789fe8e3ea941b70a1d0.zip
Use default member initialization
Diffstat (limited to 'include/ingen/Log.hpp')
-rw-r--r--include/ingen/Log.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ingen/Log.hpp b/include/ingen/Log.hpp
index 5310c768..e6c08c78 100644
--- a/include/ingen/Log.hpp
+++ b/include/ingen/Log.hpp
@@ -99,8 +99,8 @@ private:
LV2_Log_Log* _log;
URIs& _uris;
Sink _sink;
- bool _flush;
- bool _trace;
+ bool _flush{false};
+ bool _trace{false};
};
} // namespace ingen