fix: header guards on system tray (#1222)

Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
Zach Sirotto 2023-04-27 10:19:33 -04:00 committed by GitHub
parent 4459e54583
commit eed4df1eee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,9 @@
* @file system_tray.h
*/
#ifndef SUNSHINE_SYSTEM_TRAY_H
#define SUNSHINE_SYSTEM_TRAY_H
// system_tray namespace
namespace system_tray {
@ -28,3 +31,4 @@ namespace system_tray {
end_tray();
} // namespace system_tray
#endif // SUNSHINE_SYSTEM_TRAY_H