From 97f9c4e467cba8e6d855abce2ca5499f3b7dc258 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Tue, 27 Feb 2024 22:34:21 -0600 Subject: [PATCH] App: Remove unneeded forward declaration Addresses clang-tidy complaint: declaration 'Feature' is never referenced, but a declaration with the same name found in another namespace 'Part' [bugprone-forward-declaration-namespace] --- src/App/PropertyGeo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App/PropertyGeo.h b/src/App/PropertyGeo.h index c55339e63a..861442ed57 100644 --- a/src/App/PropertyGeo.h +++ b/src/App/PropertyGeo.h @@ -44,7 +44,6 @@ class ComplexGeoData; namespace App { -class Feature; class Placement;