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:
@@ -28,7 +28,7 @@
|
||||
* @brief Custom text control validator implementations.
|
||||
*/
|
||||
|
||||
#include <kicad_string.h>
|
||||
#include <string_utils.h>
|
||||
#include <confirm.h>
|
||||
#include <validators.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user