diff options
author | David Robillard <d@drobilla.net> | 2013-11-01 22:39:45 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-11-01 22:39:45 +0000 |
commit | 1adbdc3fedf441be5b08cc10e2bd239c73b49b80 (patch) | |
tree | d224a9cf7f2f47f76898a48da7c834bc4b36cad3 /ingen | |
parent | 22f9b193006de486a569d67f11c82fd12d790181 (diff) | |
download | ingen-1adbdc3fedf441be5b08cc10e2bd239c73b49b80.tar.gz ingen-1adbdc3fedf441be5b08cc10e2bd239c73b49b80.tar.bz2 ingen-1adbdc3fedf441be5b08cc10e2bd239c73b49b80.zip |
Tidy.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5171 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/URIs.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp index 42d06e10..ca41bafe 100644 --- a/ingen/URIs.hpp +++ b/ingen/URIs.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard <http://drobilla.net/> + Copyright 2007-2013 David Robillard <http://drobilla.net/> Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free @@ -45,10 +45,10 @@ public: struct Quark : public Raul::URI { Quark(Ingen::Forge& forge, URIMap* map, const char* str); - operator LV2_URID() const { return id; } - operator Atom() const { return atom; } - uint32_t id; - Atom atom; + operator LV2_URID() const { return id; } + operator Atom() const { return atom; } + uint32_t id; + Atom atom; }; Ingen::Forge& forge; |