diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-08-16 14:36:16 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-08-16 14:36:16 +0200 |
commit | f01e052162cc17d50025819589b301284bd98f52 (patch) | |
tree | adbca7785b78eafa38def1e0c4cff4e9b94ee30b /editor/editor_property_name_processor.cpp | |
parent | 664ff6f7c409a2fb07a023b2127ba9a05128a655 (diff) | |
parent | 7343dc3a5d9135d419c47c077e1f5e84025a9a02 (diff) | |
download | redot-engine-f01e052162cc17d50025819589b301284bd98f52.tar.gz |
Merge pull request #95549 from timothyqiu/split-translation-server
Split `TranslationServer` into its own file
Diffstat (limited to 'editor/editor_property_name_processor.cpp')
-rw-r--r-- | editor/editor_property_name_processor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_property_name_processor.cpp b/editor/editor_property_name_processor.cpp index f23cab676c..7b45ba6a9f 100644 --- a/editor/editor_property_name_processor.cpp +++ b/editor/editor_property_name_processor.cpp @@ -30,7 +30,7 @@ #include "editor_property_name_processor.h" -#include "core/string/translation.h" +#include "core/string/translation_server.h" #include "editor_settings.h" EditorPropertyNameProcessor *EditorPropertyNameProcessor::singleton = nullptr; |