fix: header guards on system tray (#1222)
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user