summaryrefslogtreecommitdiffstats
path: root/src/Client.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-18 16:20:14 +0000
committerDavid Robillard <d@drobilla.net>2011-10-18 16:20:14 +0000
commitf0d4aee8b7b687ecb137dc6c23dd3a2dc9bbad67 (patch)
tree312e2adff8549c5d577da7cfd6ac87075c4c3657 /src/Client.hpp
parent8b3d0dc47ba2d9996ef9e07d0e27d36d67af0fef (diff)
downloadpatchage-f0d4aee8b7b687ecb137dc6c23dd3a2dc9bbad67.tar.gz
patchage-f0d4aee8b7b687ecb137dc6c23dd3a2dc9bbad67.tar.bz2
patchage-f0d4aee8b7b687ecb137dc6c23dd3a2dc9bbad67.zip
Clang warning fixes.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3546 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Client.hpp')
-rw-r--r--src/Client.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Client.hpp b/src/Client.hpp
index b2ed675..d7defe4 100644
--- a/src/Client.hpp
+++ b/src/Client.hpp
@@ -22,8 +22,8 @@
#include <string>
#include <sigc++/signal.h>
-class ClientImpl;
-class Project;
+struct ClientImpl;
+class Project;
class Client
{