@@ -24,11 +24,11 @@ * * @brief An exception indicating that a lock is still locked. */ @interface OFStillLockedException: OFException { - id _lock; + id _Nullable _lock; } /** * @brief The lock which is still locked. */