mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
Fix header guard in EDA_BASE_FRAME
This commit is contained in:
parent
686b768a3d
commit
e7557d3b88
@ -28,8 +28,8 @@
|
||||
* @brief Base window classes and related definitions.
|
||||
*/
|
||||
|
||||
#ifndef WXSTRUCT_H_
|
||||
#define WXSTRUCT_H_
|
||||
#ifndef EDA_BASE_FRAME_H_
|
||||
#define EDA_BASE_FRAME_H_
|
||||
|
||||
|
||||
#include <vector>
|
||||
@ -582,4 +582,4 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif // WXSTRUCT_H_
|
||||
#endif // EDA_BASE_FRAME_H_
|
||||
|
Loading…
x
Reference in New Issue
Block a user