Ticket #10396: 0008-ALM-Move-forward-declaration-of-Constraint-to-the-ri.patch

File 0008-ALM-Move-forward-declaration-of-Constraint-to-the-ri.patch, 684 bytes (added by js, 10 years ago)
  • headers/libs/alm/ALMLayout.h

    From 993c04e93596b70d634643fbee45edf758ab5c6d Mon Sep 17 00:00:00 2001
    From: Jonathan Schleifer <js@webkeks.org>
    Date: Fri, 10 Jan 2014 21:06:48 +0100
    Subject: [PATCH 08/10] 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 98522b8..3a691c1 100644
    a b  
    1616
    1717class BView;
    1818class BLayoutItem;
    19 class Constraint;
     19
     20
     21namespace LinearProgramming {
     22    class Constraint;
     23};
    2024
    2125
    2226namespace BPrivate {