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:
Jeff Young
2021-07-29 16:03:25 +01:00
parent f221220fe2
commit 6aaf4413b3
157 changed files with 159 additions and 165 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
#include <eda_base_frame.h>
#include <gal/color4d.h>
#include <trace_helpers.h>
#include <kicad_string.h>
#include <string_utils.h>
#include <macros.h>
#include <paths.h>
#include <settings/settings_manager.h>