]> cgit.babelmonkeys.de Git - mpdbot.git/blobdiff - src/mpdbot.m
Properly declare ivars
[mpdbot.git] / src / mpdbot.m
index dc7689efa59f0c3750fe36d83f64a01abda889c1..84f864deb653e58f4fa2ef7929dc792d0120cfa8 100644 (file)
 #define NS_DISCO_INFO @"http://jabber.org/protocol/disco#info"
 
 @interface AppDelegate: OFObject <OFApplicationDelegate, XMPPConnectionDelegate>
+{
 OFString *discoID;
 PEPThread *pepper;
+}
 @end
 
 OF_APPLICATION_DELEGATE(AppDelegate)