summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
Diffstat (limited to 'ingen')
-rw-r--r--ingen/Log.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ingen/Log.hpp b/ingen/Log.hpp
index 94512309..6c88e9a4 100644
--- a/ingen/Log.hpp
+++ b/ingen/Log.hpp
@@ -42,9 +42,12 @@ public:
inline void info(const fmt& fmt) { info(fmt.str()); }
inline void warn(const fmt& fmt) { warn(fmt.str()); }
+ void set_flush(bool f) { _flush = f; }
+
private:
LV2_Log_Log* _log;
URIs& _uris;
+ bool _flush;
};
} // namespace Ingen