Make forward declaration of SELECTION consistant with actual declaration.

This commit is contained in:
Simon Richter 2015-09-13 15:38:27 -04:00 committed by Wayne Stambaugh
parent fdefe25fbd
commit 0e7f3bf366
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#include <boost/optional.hpp>
#include <layers_id_colors_and_visibility.h>
class SELECTION;
struct SELECTION;
class PCB_BASE_FRAME;
class DIALOG_TRACK_VIA_PROPERTIES : public DIALOG_TRACK_VIA_PROPERTIES_BASE