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
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
||||||
* @file system_tray.h
|
* @file system_tray.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef SUNSHINE_SYSTEM_TRAY_H
|
||||||
|
#define SUNSHINE_SYSTEM_TRAY_H
|
||||||
|
|
||||||
// system_tray namespace
|
// system_tray namespace
|
||||||
namespace system_tray {
|
namespace system_tray {
|
||||||
|
|
||||||
|
|
@ -28,3 +31,4 @@ namespace system_tray {
|
||||||
end_tray();
|
end_tray();
|
||||||
|
|
||||||
} // namespace system_tray
|
} // namespace system_tray
|
||||||
|
#endif // SUNSHINE_SYSTEM_TRAY_H
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue