Fix Mac-specific compiler warning in Mac screensaver

This commit is contained in:
Charlie Fenton 2022-04-06 03:16:37 -07:00
parent 53e56a4100
commit 165ea59a43
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2020 University of California
// Copyright (C) 2022 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
@ -1277,7 +1277,7 @@ kern_return_t _MGSDisplayFrame(mach_port_t server_port, int32_t frame_index, mac
- (void)update
{
// [super update];
[super update];
// Override to do nothing.
}