mirror of
https://github.com/darlinghq/darling-dbuskit.git
synced 2024-11-23 12:19:40 +00:00
Fix declaration of queueCount ivar.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/dbuskit/trunk@34944 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
adb8cdd2c6
commit
69a8dd2665
@ -1,3 +1,7 @@
|
||||
2012-03-25 Niels Grewe <niels.grewe@halbordnung.de>
|
||||
|
||||
* Headers/DKNotificationCenter.h: Fix declaration of queueCount ivar.
|
||||
|
||||
2012-01-29 Niels Grewe <niels.grewe@halbordnung.de>
|
||||
|
||||
* Source/NSConnection+DBus.m: Replace -rootProxy in NSConnection with
|
||||
|
@ -82,7 +82,7 @@
|
||||
* Keeps track of the number of observations the notification center is
|
||||
* waiting to be successfully scheduled.
|
||||
*/
|
||||
NSUInteger *queueCount;
|
||||
NSUInteger queueCount;
|
||||
|
||||
/**
|
||||
* The signalInfo dictionary holds DKSignal objects indexed by their interface
|
||||
|
Loading…
Reference in New Issue
Block a user