mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-06 00:56:13 +00:00
fix: header guards on system tray (#1222)
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
parent
4459e54583
commit
eed4df1eee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user