Skip to content

Commit 12b4743

Browse files
authored
Merge pull request #3213 from pleroy/Clang
Fix another Clang error
2 parents 48c79d6 + 5392b0a commit 12b4743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ksp_plugin/plugin.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ class Plugin {
565565
zombie_prediction_adaptive_step_parameters_;
566566

567567
friend class NavballFrameField;
568-
friend class TestablePlugin;
568+
friend class ksp_plugin::TestablePlugin;
569569
};
570570

571571
} // namespace internal_plugin

0 commit comments

Comments
 (0)