diff options
author | David Robillard <d@drobilla.net> | 2015-02-14 09:26:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-14 09:26:46 +0000 |
commit | b1553c6ad9990ce3285eb542b974d1359056da03 (patch) | |
tree | 0f8b4c175a584e4076215bc104cf88fa9ec9f5af /ingen | |
parent | 0b7baa6ab3810f3040ce3c891167591fa29d3690 (diff) | |
download | ingen-b1553c6ad9990ce3285eb542b974d1359056da03.tar.gz ingen-b1553c6ad9990ce3285eb542b974d1359056da03.tar.bz2 ingen-b1553c6ad9990ce3285eb542b974d1359056da03.zip |
Show type tags for more port types.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5567 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/URIs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp index 6cb7ea15..70406f57 100644 --- a/ingen/URIs.hpp +++ b/ingen/URIs.hpp @@ -133,6 +133,7 @@ public: const Quark patch_Copy; const Quark patch_Delete; const Quark patch_Get; + const Quark patch_Message; const Quark patch_Move; const Quark patch_Patch; const Quark patch_Put; |