]> cgit.babelmonkeys.de Git - mpdbot.git/blobdiff - src/PEPThread.h
Initial command support
[mpdbot.git] / src / PEPThread.h
index 049c4d913a9126e7c127b074ee0edc02770e0772..19663abaadb2bc07de0159850371b8e176862a89 100644 (file)
@@ -23,5 +23,7 @@
 #import "MPDConnection.h"
 
 @interface PEPThread: OFThread
-MPDConnection *conn;
+{
+       MPDConnection *conn;
+}
 @end