Fix kicad_string.h / string.cpp mismatch.
They don't define a KiCad string class, so the header file name was somewhat misleading. But the fact that they didn't match definitely made coding more difficult.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include <geometry/shape_line_chain.h> // for SHAPE_LINE_CHAIN
|
||||
#include <geometry/shape_poly_set.h> // for SHAPE_POLY_SET, SHAPE_P...
|
||||
#include <geometry/shape_segment.h>
|
||||
#include <kicad_string.h>
|
||||
#include <string_utils.h>
|
||||
#include <macros.h>
|
||||
#include <math/util.h> // for KiROUND, Clamp
|
||||
#include <math/vector2d.h> // for VECTOR2I
|
||||
|
||||
Reference in New Issue
Block a user