changeset 8064 | 202e2cce7077 |
parent 7933 | 223b3a195474 |
8063:06efc1ea6a40 | 8064:202e2cce7077 |
---|---|
29 SUUpdater* updater; |
29 SUUpdater* updater; |
30 }; |
30 }; |
31 |
31 |
32 SparkleAutoUpdater::SparkleAutoUpdater() |
32 SparkleAutoUpdater::SparkleAutoUpdater() |
33 { |
33 { |
34 d = new Private; |
34 d = new SparkleAutoUpdater::Private(); |
35 |
35 |
36 d->updater = [SUUpdater sharedUpdater]; |
36 d->updater = [SUUpdater sharedUpdater]; |
37 [d->updater retain]; |
37 [d->updater retain]; |
38 } |
38 } |
39 |
39 |