C++ modernize: Pragma once (#6264)
* Migrate cpp headers to pragma once
This commit is contained in:
@@ -17,8 +17,7 @@
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef GUIFILESELECTMENU_H_
|
||||
#define GUIFILESELECTMENU_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -58,5 +57,3 @@ class GUIFileSelectMenu : public GUIModalMenu
|
||||
std::string m_formname;
|
||||
bool m_file_select_dialog;
|
||||
};
|
||||
|
||||
#endif /* GUIFILESELECTMENU_H_ */
|
||||
|
||||
Reference in New Issue
Block a user