From 04a0e9c7b68cbe3a43d38e2bca8e860fd80936fb Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Fri, 10 Jan 2014 21:06:48 +0100 Subject: [PATCH] ALM: Move forward declaration of Constraint to the right namespace. --- headers/libs/alm/ALMLayout.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/headers/libs/alm/ALMLayout.h b/headers/libs/alm/ALMLayout.h index 98522b8698..3a691c1454 100644 --- a/headers/libs/alm/ALMLayout.h +++ b/headers/libs/alm/ALMLayout.h @@ -16,7 +16,11 @@ class BView; class BLayoutItem; -class Constraint; + + +namespace LinearProgramming { + class Constraint; +}; namespace BPrivate {