summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-12-08 19:40:27 +0100
committerDavid Robillard <d@drobilla.net>2019-12-08 21:08:24 +0100
commit484665f577267dac4ccd722bc28239a73c6efdb4 (patch)
tree2213a1fc015c1e06e056ec081256b46042d38b87 /ingen
parent6f1277f261a0fed20af10a8ee5804ee694962550 (diff)
downloadingen-484665f577267dac4ccd722bc28239a73c6efdb4.tar.gz
ingen-484665f577267dac4ccd722bc28239a73c6efdb4.tar.bz2
ingen-484665f577267dac4ccd722bc28239a73c6efdb4.zip
Cleanup: Add missing explicit initialisations
Diffstat (limited to 'ingen')
-rw-r--r--ingen/URI.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/URI.hpp b/ingen/URI.hpp
index 2d2f2aad..cbbfd46a 100644
--- a/ingen/URI.hpp
+++ b/ingen/URI.hpp
@@ -91,8 +91,8 @@ private:
return Chunk((const char*)chunk.buf, chunk.len);
}
- SerdNode _node;
SerdURI _uri;
+ SerdNode _node;
};
inline bool operator==(const URI& lhs, const URI& rhs)