summaryrefslogtreecommitdiffstats
path: root/ingen/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/types.hpp')
-rw-r--r--ingen/types.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ingen/types.hpp b/ingen/types.hpp
index b0d73194..90823b70 100644
--- a/ingen/types.hpp
+++ b/ingen/types.hpp
@@ -24,6 +24,9 @@
namespace Ingen {
template <class T>
+using UPtr = std::unique_ptr<T>;
+
+template <class T>
using SPtr = std::shared_ptr<T>;
template <class T>