summaryrefslogtreecommitdiffstats
path: root/editor/editor_property_name_processor.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-08-16 14:36:16 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-08-16 14:36:16 +0200
commitf01e052162cc17d50025819589b301284bd98f52 (patch)
treeadbca7785b78eafa38def1e0c4cff4e9b94ee30b /editor/editor_property_name_processor.cpp
parent664ff6f7c409a2fb07a023b2127ba9a05128a655 (diff)
parent7343dc3a5d9135d419c47c077e1f5e84025a9a02 (diff)
downloadredot-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.cpp2
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;