From 72d52f3ac2f3297787fa01c9f44fae4d4c1a8e1f Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Thu, 2 Sep 2021 14:52:29 +0200 Subject: CppEditor: Un-export some classes Change-Id: I285fe7bd3ac835c4a43f0a200dd7905f577ff211 Reviewed-by: Christian Stenger --- src/plugins/cppeditor/cppsourceprocessor_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/cppeditor/cppsourceprocessor_test.cpp') diff --git a/src/plugins/cppeditor/cppsourceprocessor_test.cpp b/src/plugins/cppeditor/cppsourceprocessor_test.cpp index 89ae5e7aaa..dc010432ad 100644 --- a/src/plugins/cppeditor/cppsourceprocessor_test.cpp +++ b/src/plugins/cppeditor/cppsourceprocessor_test.cpp @@ -47,7 +47,7 @@ using ProjectExplorer::HeaderPathType; using Include = Document::Include; using CppEditor::Tests::TestCase; -using CppEditor::Tests::TestIncludePaths; +using CppEditor::Tests::Internal::TestIncludePaths; namespace CppEditor::Internal { -- cgit v1.2.1