diff options
author | David Robillard <d@drobilla.net> | 2007-10-08 18:17:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-10-08 18:17:47 +0000 |
commit | 88cff5320290010b5f35b8dcbd40c63317956d62 (patch) | |
tree | c676741093193c36ef0dd2bed054776b8c750f30 /src/libs/engine | |
parent | 91ca84684151a67b8e3e1e859b3167e9f687d4d4 (diff) | |
download | ingen-88cff5320290010b5f35b8dcbd40c63317956d62.tar.gz ingen-88cff5320290010b5f35b8dcbd40c63317956d62.tar.bz2 ingen-88cff5320290010b5f35b8dcbd40c63317956d62.zip |
Added missing interface/Patch.hpp.
Serialize variables in a sane way for a change.
git-svn-id: http://svn.drobilla.net/lad/ingen@853 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine')
-rw-r--r-- | src/libs/engine/ObjectSender.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/ObjectSender.hpp b/src/libs/engine/ObjectSender.hpp index 7176dcaa..9b6eb000 100644 --- a/src/libs/engine/ObjectSender.hpp +++ b/src/libs/engine/ObjectSender.hpp @@ -38,7 +38,7 @@ class PluginImpl; * (protocol), this is used from the engine to easily send proper Objects * with these messages (which is done in a few different parts of the code). * - * Basically a serializer, except to calls on ClientInterface rather than + * Basically a serialiser, except to calls on ClientInterface rather than * eg a byte stream. */ class ObjectSender { |