summaryrefslogtreecommitdiffstats
path: root/include/ingen/Atom.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/Atom.hpp')
-rw-r--r--include/ingen/Atom.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ingen/Atom.hpp b/include/ingen/Atom.hpp
index 9c19a741..daaecd81 100644
--- a/include/ingen/Atom.hpp
+++ b/include/ingen/Atom.hpp
@@ -41,7 +41,8 @@ namespace ingen {
In either case, the data is stored in a binary compatible format to LV2_Atom
(i.e., if the value is dynamically allocated, the header is repeated there).
*/
-class INGEN_API Atom {
+class INGEN_API Atom
+{
public:
Atom() noexcept = default;