add header guard to file dialog platform code
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef YAZE_APP_CORE_PLATFORM_FILE_DIALOG_H
|
||||
#define YAZE_APP_CORE_PLATFORM_FILE_DIALOG_H
|
||||
|
||||
#include <string>
|
||||
|
||||
#ifdef _WIN32
|
||||
@@ -68,4 +71,6 @@ class FileDialogWrapper {
|
||||
|
||||
#else
|
||||
#error "Unsupported platform."
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // YAZE_APP_CORE_PLATFORM_FILE_DIALOG_H
|
||||
Reference in New Issue
Block a user