Pl_editor: fix a incorrect include:

The included file was a .cpp file instead of the corresponding .h file
This commit is contained in:
jean-pierre charras 2019-06-03 18:29:22 +02:00
parent be54f357eb
commit a5f670b69d
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ set( PL_EDITOR_SRCS
pl_editor_layout.cpp
files.cpp
pl_editor_frame.cpp
pl_draw_panel_gal.cpp
pl_editor_undo_redo.cpp
properties_frame.cpp
hotkeys.cpp

View File

@ -32,7 +32,7 @@
#include <eda_dockart.h>
#include <pl_editor_frame.h>
#include <pl_editor_id.h>
#include <pl_draw_panel_gal.cpp>
#include <pl_draw_panel_gal.h>
#include <hotkeys.h>
#include <pl_editor_screen.h>
#include <ws_data_model.h>