mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 15:28:58 +01:00
ALM: Move forward declaration of Constraint to the right namespace.
This commit is contained in:
parent
72b14059a9
commit
04a0e9c7b6
@ -16,7 +16,11 @@
|
||||
|
||||
class BView;
|
||||
class BLayoutItem;
|
||||
class Constraint;
|
||||
|
||||
|
||||
namespace LinearProgramming {
|
||||
class Constraint;
|
||||
};
|
||||
|
||||
|
||||
namespace BPrivate {
|
||||
|
Loading…
Reference in New Issue
Block a user