From 04465fd7fffc974cfdb767f966e92483cac381fb Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 14 Jan 2021 21:13:18 +0000 Subject: Move idestructorcallback.h to vespalib module and search::IDestructorCallback to vespalib::IdestructorCallback. --- searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp') diff --git a/searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp b/searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp index 7d75d1a6327..be730a24b87 100644 --- a/searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp +++ b/searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp @@ -47,7 +47,7 @@ using document::DocumentUpdate; using document::GlobalId; using document::TensorDataType; using document::TensorFieldValue; -using search::IDestructorCallback; +using vespalib::IDestructorCallback; using search::SerialNum; using search::index::schema::CollectionType; using search::index::schema::DataType; -- cgit v1.2.3