aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/ClientObject.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/ClientObject.hpp')
-rw-r--r--src/client/ClientObject.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/ClientObject.hpp b/src/client/ClientObject.hpp
index cf00a2b..6520b11 100644
--- a/src/client/ClientObject.hpp
+++ b/src/client/ClientObject.hpp
@@ -1,6 +1,6 @@
/*
This file is part of Machina.
- Copyright 2007-2013 David Robillard <http://drobilla.net>
+ Copyright 2007-2014 David Robillard <http://drobilla.net>
Machina is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -30,7 +30,7 @@ namespace client {
class ClientObject
{
public:
- explicit ClientObject(uint64_t id);
+ explicit ClientObject(uint64_t id, const Properties& properties={});
ClientObject(const ClientObject& copy, uint64_t id);
inline uint64_t id() const { return _id; }